#cb2f5b

Color #CB2F5B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CB2F5B

Tints of Old Rose #CB2F5B

Color information

#CB2F5B (or 0xCB2F5B) is unknown color: approx Old Rose. HEX triplet: CB, 2F and 5B. RGB value is (203,47,91). Sum of RGB (Red+Green+Blue) = 203+47+91=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2F5B is #34D0A4. Grayscale: #626262. Windows color (decimal): -3461285 or 5976011. OLE color: 5976011.

HSL color Cylindrical-coordinate representation of color #CB2F5B: hue angle of 343.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F5B is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB2034791-
CMYK00.770.550.20
HSL343.08º62.4%49.02%-
HSV(B)343.08º76.85%79.61%-
XYZ27.5315.4811.44-
YUV98.66123.68202.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 59.53%
GREEN value IS 47 (18.75% from 255) = 13.78%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=59.53%
G=13.78%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203479100.770.550.20343.0862.449.02
HexCB2F5B04D37141573e31
Octal31357133011567245277661
Binary1100101110111110110110100110111011110100101010111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb2f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb2f5b; }

 p { color: rgb(203,47,91); }

 H1.HeaderClassName
 {
   color: #cb2f5b;
 }
 .AnyTagClassName
 {
   color: #cb2f5b;
 }
</style>
background-color css

<style>
 a { background-color: #cb2f5b; }

 a { background-color: rgb(203,47,91); }

 div.DivClassName
 {
   background-color: #cb2f5b;
 }
 .BgClassName
 {
   background-color: #cb2f5b;
 }
</style>
border-color css

<style>
 span { border-color: #cb2f5b; }

 span { border-color: rgb(203,47,91); }

 td.TdClassName
 {
   border-color: #cb2f5b;
 }
 .TagClassName
 {
   border-color: #cb2f5b;
 }
</style>