#CD3855

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

Shades of Old Rose #CD3855

Tints of Old Rose #CD3855

Color information

#CD3855 (or 0xCD3855) is unknown color: approx Old Rose. HEX triplet: CD, 38 and 55. RGB value is (205,56,85). Sum of RGB (Red+Green+Blue) = 205+56+85=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3855 is #32C7AA. Grayscale: #676767. Windows color (decimal): -3327915 or 5585101. OLE color: 5585101.

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

Color convert

RGB2055685-
CMYK00.730.590.20
HSL348.32º59.84%51.18%-
HSV(B)348.32º72.68%80.39%-
XYZ28.2316.4610.28-
YUV103.86117.36200.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.25%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=59.25%
G=16.18%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205568500.730.590.20348.3259.8451.18
HexCD38550493B1415c3c33
Octal31570125011173245347463
Binary1100110111100010101010100100111101110100101011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3855; }

 p { color: rgb(205,56,85); }

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

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

 a { background-color: rgb(205,56,85); }

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

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

 span { border-color: rgb(205,56,85); }

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