#CC365F

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

Shades of Cerise #CC365F

Tints of Cerise #CC365F

Color information

#CC365F (or 0xCC365F) is unknown color: approx Cerise. HEX triplet: CC, 36 and 5F. RGB value is (204,54,95). Sum of RGB (Red+Green+Blue) = 204+54+95=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365F is #33C9A0. Grayscale: #676767. Windows color (decimal): -3393953 or 6239948. OLE color: 6239948.

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

Color convert

RGB2045495-
CMYK00.740.530.2
HSL343.6º59.52%50.59%-
HSV(B)343.6º73.53%80%-
XYZ28.2916.312.48-
YUV103.52123.2199.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=57.79%
G=15.30%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204549500.740.530.2343.659.5250.59
HexCC365F04A35141583c33
Octal31466137011265245307463
Binary1100110011011010111110100101011010110100101011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC365F; }

 p { color: rgb(204,54,95); }

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

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

 a { background-color: rgb(204,54,95); }

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

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

 span { border-color: rgb(204,54,95); }

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