#CD3E62

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

Shades of Cerise #CD3E62

Tints of Cerise #CD3E62

Color information

#CD3E62 (or 0xCD3E62) is unknown color: approx Cerise. HEX triplet: CD, 3E and 62. RGB value is (205,62,98). Sum of RGB (Red+Green+Blue) = 205+62+98=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E62 is #32C19D. Grayscale: #6C6C6C. Windows color (decimal): -3326366 or 6438605. OLE color: 6438605.

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

Color convert

RGB2056298-
CMYK00.700.520.20
HSL344.9º58.85%52.35%-
HSV(B)344.9º69.76%80.39%-
XYZ29.117.3113.36-
YUV108.86121.88196.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.16%
GREEN value IS 62 (24.61% from 255) = 16.99%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=56.16%
G=16.99%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205629800.700.520.20344.958.8552.35
HexCD3E6204634141593b34
Octal31576142010664245317364
Binary1100110111111011000100100011011010010100101011001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E62; }

 p { color: rgb(205,62,98); }

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

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

 a { background-color: rgb(205,62,98); }

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

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

 span { border-color: rgb(205,62,98); }

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