Html Css Color HEX #CC365E Cerise

📋 copy color: '#CC365E'

red 204 ◦ green 54 ◦ blue 94

#CC365E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CC365E

Tints of Cerise #CC365E

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.7%

R = 57.95%
G = 15.34%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC365E (or 0xCC365E) is known color: 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

RGB 204 54 94 -
CMYK 0 0.74 0.54 0.2
HSL 344º 0.6% 0.51% -
HSV(B) 344º 0.74% 0.8% -
XYZ 28.24 16.28 12.24 -
YUV 103.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 204 54 94 0 0.74 0.54 0.2 344 0.6 0.51
Hex CC 36 5E 0 4A 36 14 158 3C 33
Octal 314 66 136 0 112 66 24 530 74 63
Binary 11001100 110110 1011110 0 1001010 110110 10100 101011000 111100 110011

Color Harmonies of #CC365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC365E

Black with #CC365E

Text Example


Text Example

White with #CC365E

Text Example


Text Example

HTML Codes & Css Web 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>