Html Css Color HEX #CC365C Cerise

📋 copy color: '#CC365C'

red 204 ◦ green 54 ◦ blue 92

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

Shades of Cerise #CC365C

Tints of Cerise #CC365C

RGB

 RED value IS 204 (80.08% from 255) = 58.29%

 GREEN value IS 54 (21.48% from 255) = 15.43%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 58.29%
G = 15.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC365C (or 0xCC365C) is known color: Cerise. HEX triplet: CC, 36 and 5C. RGB value is (204,54,92). Sum of RGB (Red+Green+Blue) = 204+54+92=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365C is #33C9A3. Grayscale: #676767. Windows color (decimal): -3393956 or 6043340. OLE color: 6043340.

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

Color convert

RGB 204 54 92 -
CMYK 0 0.74 0.55 0.2
HSL 344.8º 0.6% 0.51% -
HSV(B) 344.8º 0.74% 0.8% -
XYZ 28.15 16.25 11.78 -
YUV 103.18 121.7 199.91 -
System Red Green Blue C M Y K H S L
Decimal 204 54 92 0 0.74 0.55 0.2 344.8 0.6 0.51
Hex CC 36 5C 0 4A 37 14 159 3C 33
Octal 314 66 134 0 112 67 24 531 74 63
Binary 11001100 110110 1011100 0 1001010 110111 10100 101011001 111100 110011

Color Harmonies of #CC365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC365C

Black with #CC365C

Text Example


Text Example

White with #CC365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC365C; }

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

 H1.HeaderClassName
 {
   color: #CC365C;
 }
 .AnyTagClassName
 {
   color: #CC365C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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