#cc3865

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

Shades of Cerise #CC3865

Tints of Cerise #CC3865

Color information

#CC3865 (or 0xCC3865) is unknown color: approx Cerise. HEX triplet: CC, 38 and 65. RGB value is (204,56,101). Sum of RGB (Red+Green+Blue) = 204+56+101=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3865 is #33C79A. Grayscale: #696969. Windows color (decimal): -3393435 or 6633676. OLE color: 6633676.

HSL color Cylindrical-coordinate representation of color #CC3865: hue angle of 341.76º 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 #CC3865 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB20456101-
CMYK00.730.500.2
HSL341.76º59.2%50.98%-
HSV(B)341.76º72.55%80%-
XYZ28.6616.6114.01-
YUV105.38125.53198.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=56.51%
G=15.51%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045610100.730.500.2341.7659.250.98
HexCC386504932141563b33
Octal31470145011162245267363
Binary1100110011100011001010100100111001010100101010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3865; }

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

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

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

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

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

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

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

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