#CC396C

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

Shades of Cerise #CC396C

Tints of Cerise #CC396C

Color information

#CC396C (or 0xCC396C) is unknown color: approx Cerise. HEX triplet: CC, 39 and 6C. RGB value is (204,57,108). Sum of RGB (Red+Green+Blue) = 204+57+108=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC396C is #33C693. Grayscale: #6A6A6A. Windows color (decimal): -3393172 or 7092684. OLE color: 7092684.

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

Color convert

RGB20457108-
CMYK00.720.470.2
HSL339.18º59.04%51.18%-
HSV(B)339.18º72.06%80%-
XYZ29.0716.8515.91-
YUV106.77128.7197.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=55.28%
G=15.45%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045710800.720.470.2339.1859.0451.18
HexCC396C0482F141533b33
Octal31471154011057245237363
Binary1100110011100111011000100100010111110100101010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC396C; }

 p { color: rgb(204,57,108); }

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

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

 a { background-color: rgb(204,57,108); }

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

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

 span { border-color: rgb(204,57,108); }

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