#CD394F

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

Shades of Old Rose #CD394F

Tints of Old Rose #CD394F

Color information

#CD394F (or 0xCD394F) is unknown color: approx Old Rose. HEX triplet: CD, 39 and 4F. RGB value is (205,57,79). Sum of RGB (Red+Green+Blue) = 205+57+79=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD394F is #32C6B0. Grayscale: #676767. Windows color (decimal): -3327665 or 5192141. OLE color: 5192141.

HSL color Cylindrical-coordinate representation of color #CD394F: hue angle of 351.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD394F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2055779-
CMYK00.720.610.20
HSL351.08º59.68%51.37%-
HSV(B)351.08º72.2%80.39%-
XYZ28.0516.479.1-
YUV103.76114.03200.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.12%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=60.12%
G=16.72%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205577900.720.610.20351.0859.6851.37
HexCD394F0483D1415f3c33
Octal31571117011075245377463
Binary1100110111100110011110100100011110110100101011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD394F; }

 p { color: rgb(205,57,79); }

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

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

 a { background-color: rgb(205,57,79); }

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

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

 span { border-color: rgb(205,57,79); }

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