#CB3D56

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

Shades of Old Rose #CB3D56

Tints of Old Rose #CB3D56

Color information

#CB3D56 (or 0xCB3D56) is unknown color: approx Old Rose. HEX triplet: CB, 3D and 56. RGB value is (203,61,86). Sum of RGB (Red+Green+Blue) = 203+61+86=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D56 is #34C2A9. Grayscale: #6A6A6A. Windows color (decimal): -3457706 or 5651915. OLE color: 5651915.

HSL color Cylindrical-coordinate representation of color #CB3D56: hue angle of 349.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D56 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2036186-
CMYK00.700.580.20
HSL349.44º57.72%51.76%-
HSV(B)349.44º69.95%79.61%-
XYZ27.9816.7110.55-
YUV106.31116.54196.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=58%
G=17.43%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203618600.700.580.20349.4457.7251.76
HexCB3D560463A1415d3a34
Octal31375126010672245357264
Binary1100101111110110101100100011011101010100101011101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D56; }

 p { color: rgb(203,61,86); }

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

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

 a { background-color: rgb(203,61,86); }

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

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

 span { border-color: rgb(203,61,86); }

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