#CC2667

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

Shades of Cerise #CC2667

Tints of Cerise #CC2667

Color information

#CC2667 (or 0xCC2667) is unknown color: approx Cerise. HEX triplet: CC, 26 and 67. RGB value is (204,38,103). Sum of RGB (Red+Green+Blue) = 204+38+103=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2667 is #33D998. Grayscale: #5E5E5E. Windows color (decimal): -3398041 or 6760140. OLE color: 6760140.

HSL color Cylindrical-coordinate representation of color #CC2667: hue angle of 336.51º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2667 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB20438103-
CMYK00.810.500.2
HSL336.51º68.6%47.45%-
HSV(B)336.51º81.37%80%-
XYZ28.0415.214.29-
YUV95.04132.5205.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=59.13%
G=11.01%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043810300.810.500.2336.5168.647.45
HexCC26670513214151452f
Octal314461470121622452110557
Binary11001100100110110011101010001110010101001010100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2667; }

 p { color: rgb(204,38,103); }

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

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

 a { background-color: rgb(204,38,103); }

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

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

 span { border-color: rgb(204,38,103); }

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