#CD3564

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

Shades of Cerise #CD3564

Tints of Cerise #CD3564

Color information

#CD3564 (or 0xCD3564) is unknown color: approx Cerise. HEX triplet: CD, 35 and 64. RGB value is (205,53,100). Sum of RGB (Red+Green+Blue) = 205+53+100=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3564 is #32CA9B. Grayscale: #676767. Windows color (decimal): -3328668 or 6567373. OLE color: 6567373.

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

Color convert

RGB20553100-
CMYK00.740.510.20
HSL341.45º60.32%50.59%-
HSV(B)341.45º74.15%80.39%-
XYZ28.7516.4513.72-
YUV103.81125.86200.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.26%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=57.26%
G=14.80%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055310000.740.510.20341.4560.3250.59
HexCD356404A33141553c33
Octal31565144011263245257463
Binary1100110111010111001000100101011001110100101010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3564; }

 p { color: rgb(205,53,100); }

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

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

 a { background-color: rgb(205,53,100); }

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

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

 span { border-color: rgb(205,53,100); }

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