#cc326b

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

Shades of Cerise #CC326B

Tints of Cerise #CC326B

Color information

#CC326B (or 0xCC326B) is unknown color: approx Cerise. HEX triplet: CC, 32 and 6B. RGB value is (204,50,107). Sum of RGB (Red+Green+Blue) = 204+50+107=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC326B is #33CD94. Grayscale: #666666. Windows color (decimal): -3394965 or 7025356. OLE color: 7025356.

HSL color Cylindrical-coordinate representation of color #CC326B: hue angle of 337.79º degrees, saturation: 0.61, 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 #CC326B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB20450107-
CMYK00.750.480.2
HSL337.79º60.63%49.8%-
HSV(B)337.79º75.49%80%-
XYZ28.716.1815.52-
YUV102.54130.52200.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 50 (19.92% from 255) = 13.85%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=56.51%
G=13.85%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045010700.750.480.2337.7960.6349.8
HexCC326B04B30141523d32
Octal31462153011360245227562
Binary1100110011001011010110100101111000010100101010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc326b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc326b; }

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

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

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

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

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

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

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

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