#CD2F56

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

Shades of Old Rose #CD2F56

Tints of Old Rose #CD2F56

Color information

#CD2F56 (or 0xCD2F56) is unknown color: approx Old Rose. HEX triplet: CD, 2F and 56. RGB value is (205,47,86). Sum of RGB (Red+Green+Blue) = 205+47+86=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F56 is #32D0A9. Grayscale: #626262. Windows color (decimal): -3330218 or 5648333. OLE color: 5648333.

HSL color Cylindrical-coordinate representation of color #CD2F56: hue angle of 345.19º degrees, saturation: 0.63, 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 #CD2F56 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB2054786-
CMYK00.770.580.20
HSL345.19º62.7%49.41%-
HSV(B)345.19º77.07%80.39%-
XYZ27.8715.6810.36-
YUV98.69120.85203.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.65%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=60.65%
G=13.91%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205478600.770.580.20345.1962.749.41
HexCD2F5604D3A141593f31
Octal31557126011572245317761
Binary1100110110111110101100100110111101010100101011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2F56; }

 p { color: rgb(205,47,86); }

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

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

 a { background-color: rgb(205,47,86); }

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

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

 span { border-color: rgb(205,47,86); }

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