#CC386A

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

Shades of Cerise #CC386A

Tints of Cerise #CC386A

Color information

#CC386A (or 0xCC386A) is unknown color: approx Cerise. HEX triplet: CC, 38 and 6A. RGB value is (204,56,106). Sum of RGB (Red+Green+Blue) = 204+56+106=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC386A is #33C795. Grayscale: #696969. Windows color (decimal): -3393430 or 6961356. OLE color: 6961356.

HSL color Cylindrical-coordinate representation of color #CC386A: hue angle of 339.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC386A is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20456106-
CMYK00.730.480.2
HSL339.73º59.2%50.98%-
HSV(B)339.73º72.55%80%-
XYZ28.9216.7115.34-
YUV105.95128.03197.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=55.74%
G=15.30%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045610600.730.480.2339.7359.250.98
HexCC386A04930141543b33
Octal31470152011160245247363
Binary1100110011100011010100100100111000010100101010100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC386A; }

 p { color: rgb(204,56,106); }

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

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

 a { background-color: rgb(204,56,106); }

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

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

 span { border-color: rgb(204,56,106); }

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