#CD3E61

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

Shades of Cerise #CD3E61

Tints of Cerise #CD3E61

Color information

#CD3E61 (or 0xCD3E61) is unknown color: approx Cerise. HEX triplet: CD, 3E and 61. RGB value is (205,62,97). Sum of RGB (Red+Green+Blue) = 205+62+97=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E61 is #32C19E. Grayscale: #6C6C6C. Windows color (decimal): -3326367 or 6373069. OLE color: 6373069.

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

Color convert

RGB2056297-
CMYK00.700.530.20
HSL345.31º58.85%52.35%-
HSV(B)345.31º69.76%80.39%-
XYZ29.0617.2913.11-
YUV108.75121.38196.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.32%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=56.32%
G=17.03%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205629700.700.530.20345.3158.8552.35
HexCD3E6104635141593b34
Octal31576141010665245317364
Binary1100110111111011000010100011011010110100101011001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E61; }

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

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

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

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

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

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

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

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