#CC346C

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

Shades of Cerise #CC346C

Tints of Cerise #CC346C

Color information

#CC346C (or 0xCC346C) is unknown color: approx Cerise. HEX triplet: CC, 34 and 6C. RGB value is (204,52,108). Sum of RGB (Red+Green+Blue) = 204+52+108=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC346C is #33CB93. Grayscale: #676767. Windows color (decimal): -3394452 or 7091404. OLE color: 7091404.

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

Color convert

RGB20452108-
CMYK00.750.470.2
HSL337.89º59.84%50.2%-
HSV(B)337.89º74.51%80%-
XYZ28.8416.3815.83-
YUV103.83130.36199.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=56.04%
G=14.29%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045210800.750.470.2337.8959.8450.2
HexCC346C04B2F141523c32
Octal31464154011357245227462
Binary1100110011010011011000100101110111110100101010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC346C; }

 p { color: rgb(204,52,108); }

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

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

 a { background-color: rgb(204,52,108); }

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

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

 span { border-color: rgb(204,52,108); }

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