#CD2F57

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

Shades of Old Rose #CD2F57

Tints of Old Rose #CD2F57

Color information

#CD2F57 (or 0xCD2F57) is unknown color: approx Old Rose. HEX triplet: CD, 2F and 57. RGB value is (205,47,87). Sum of RGB (Red+Green+Blue) = 205+47+87=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F57 is #32D0A8. Grayscale: #626262. Windows color (decimal): -3330217 or 5713869. OLE color: 5713869.

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

Color convert

RGB2054787-
CMYK00.770.580.20
HSL344.81º62.7%49.41%-
HSV(B)344.81º77.07%80.39%-
XYZ27.9115.710.58-
YUV98.8121.35203.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.47%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=60.47%
G=13.86%
B=25.66%

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
Decimal205478700.770.580.20344.8162.749.41
HexCD2F5704D3A141593f31
Octal31557127011572245317761
Binary1100110110111110101110100110111101010100101011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2F57; }

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

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

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

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

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

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

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

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