#CC365B

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

Shades of Cerise #CC365B

Tints of Cerise #CC365B

Color information

#CC365B (or 0xCC365B) is unknown color: approx Cerise. HEX triplet: CC, 36 and 5B. RGB value is (204,54,91). Sum of RGB (Red+Green+Blue) = 204+54+91=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365B is #33C9A4. Grayscale: #676767. Windows color (decimal): -3393957 or 5977804. OLE color: 5977804.

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

Color convert

RGB2045491-
CMYK00.740.550.2
HSL345.2º59.52%50.59%-
HSV(B)345.2º73.53%80%-
XYZ28.1116.2311.55-
YUV103.07121.2199.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=58.45%
G=15.47%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204549100.740.550.2345.259.5250.59
HexCC365B04A37141593c33
Octal31466133011267245317463
Binary1100110011011010110110100101011011110100101011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC365B; }

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

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

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

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

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

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

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

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