#CC3364

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

Shades of Cerise #CC3364

Tints of Cerise #CC3364

Color information

#CC3364 (or 0xCC3364) is unknown color: approx Cerise. HEX triplet: CC, 33 and 64. RGB value is (204,51,100). Sum of RGB (Red+Green+Blue) = 204+51+100=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3364 is #33CC9B. Grayscale: #666666. Windows color (decimal): -3394716 or 6566860. OLE color: 6566860.

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

Color convert

RGB20451100-
CMYK00.750.510.2
HSL340.78º60%50%-
HSV(B)340.78º75%80%-
XYZ28.3916.1313.67-
YUV102.33126.69200.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=57.46%
G=14.37%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045110000.750.510.2340.786050
HexCC336404B33141553c32
Octal31463144011363245257462
Binary1100110011001111001000100101111001110100101010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3364; }

 p { color: rgb(204,51,100); }

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

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

 a { background-color: rgb(204,51,100); }

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

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

 span { border-color: rgb(204,51,100); }

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