#CD396F

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

Shades of Cerise #CD396F

Tints of Cerise #CD396F

Color information

#CD396F (or 0xCD396F) is unknown color: approx Cerise. HEX triplet: CD, 39 and 6F. RGB value is (205,57,111). Sum of RGB (Red+Green+Blue) = 205+57+111=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD396F is #32C690. Grayscale: #6B6B6B. Windows color (decimal): -3327633 or 7289293. OLE color: 7289293.

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

Color convert

RGB20557111-
CMYK00.720.460.20
HSL338.11º59.68%51.37%-
HSV(B)338.11º72.2%80.39%-
XYZ29.5117.0516.78-
YUV107.41130.03197.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=54.96%
G=15.28%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055711100.720.460.20338.1159.6851.37
HexCD396F0482E141523c33
Octal31571157011056245227463
Binary1100110111100111011110100100010111010100101010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD396F; }

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

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

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

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

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

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

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

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