#CD396D

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

Shades of Cerise #CD396D

Tints of Cerise #CD396D

Color information

#CD396D (or 0xCD396D) is unknown color: approx Cerise. HEX triplet: CD, 39 and 6D. RGB value is (205,57,109). Sum of RGB (Red+Green+Blue) = 205+57+109=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD396D is #32C692. Grayscale: #6B6B6B. Windows color (decimal): -3327635 or 7158221. OLE color: 7158221.

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

Color convert

RGB20557109-
CMYK00.720.470.20
HSL338.92º59.68%51.37%-
HSV(B)338.92º72.2%80.39%-
XYZ29.417.0116.2-
YUV107.18129.03197.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=55.26%
G=15.36%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055710900.720.470.20338.9259.6851.37
HexCD396D0482F141533c33
Octal31571155011057245237463
Binary1100110111100111011010100100010111110100101010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD396D; }

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

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

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

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

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

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

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

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