#CC365E

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

Shades of Cerise #CC365E

Tints of Cerise #CC365E

Color information

#CC365E (or 0xCC365E) is unknown color: approx Cerise. HEX triplet: CC, 36 and 5E. RGB value is (204,54,94). Sum of RGB (Red+Green+Blue) = 204+54+94=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365E is #33C9A1. Grayscale: #676767. Windows color (decimal): -3393954 or 6174412. OLE color: 6174412.

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

Color convert

RGB2045494-
CMYK00.740.540.2
HSL344º59.52%50.59%-
HSV(B)344º73.53%80%-
XYZ28.2416.2812.24-
YUV103.41122.7199.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 54 (21.48% from 255) = 15.34%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=57.95%
G=15.34%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204549400.740.540.234459.5250.59
HexCC365E04A36141583c33
Octal31466136011266245307463
Binary1100110011011010111100100101011011010100101011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC365E; }

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

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

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

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

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

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

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

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