#cb2757

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

Shades of Old Rose #CB2757

Tints of Old Rose #CB2757

Color information

#CB2757 (or 0xCB2757) is unknown color: approx Old Rose. HEX triplet: CB, 27 and 57. RGB value is (203,39,87). Sum of RGB (Red+Green+Blue) = 203+39+87=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2757 is #34D8A8. Grayscale: #5D5D5D. Windows color (decimal): -3463337 or 5711819. OLE color: 5711819.

HSL color Cylindrical-coordinate representation of color #CB2757: hue angle of 342.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2757 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB2033987-
CMYK00.810.570.20
HSL342.44º67.77%47.45%-
HSV(B)342.44º80.79%79.61%-
XYZ27.0714.8410.45-
YUV93.51124.33206.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.70%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=61.70%
G=11.85%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203398700.810.570.20342.4467.7747.45
HexCB27570513914156442f
Octal313471270121712452610457
Binary11001011100111101011101010001111001101001010101101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb2757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb2757; }

 p { color: rgb(203,39,87); }

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

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

 a { background-color: rgb(203,39,87); }

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

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

 span { border-color: rgb(203,39,87); }

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