#CC296B

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

Shades of Cerise #CC296B

Tints of Cerise #CC296B

Color information

#CC296B (or 0xCC296B) is unknown color: approx Cerise. HEX triplet: CC, 29 and 6B. RGB value is (204,41,107). Sum of RGB (Red+Green+Blue) = 204+41+107=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC296B is #33D694. Grayscale: #616161. Windows color (decimal): -3397269 or 7023052. OLE color: 7023052.

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

Color convert

RGB20441107-
CMYK00.800.480.2
HSL335.71º66.53%48.04%-
HSV(B)335.71º79.9%80%-
XYZ28.3515.4815.4-
YUV97.26133.5204.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=57.95%
G=11.65%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044110700.800.480.2335.7166.5348.04
HexCC296B05030141504330
Octal314511530120602452010360
Binary11001100101001110101101010000110000101001010100001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC296B; }

 p { color: rgb(204,41,107); }

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

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

 a { background-color: rgb(204,41,107); }

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

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

 span { border-color: rgb(204,41,107); }

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