Html Css Color HEX #CC3560 Cerise

📋 copy color: '#CC3560'

red 204 ◦ green 53 ◦ blue 96

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

Shades of Cerise #CC3560

Tints of Cerise #CC3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 57.79%
G = 15.01%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC3560 (or 0xCC3560) is known color: Cerise. HEX triplet: CC, 35 and 60. RGB value is (204,53,96). Sum of RGB (Red+Green+Blue) = 204+53+96=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3560 is #33CA9F. Grayscale: #676767. Windows color (decimal): -3394208 or 6305228. OLE color: 6305228.

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

Color convert

RGB 204 53 96 -
CMYK 0 0.74 0.53 0.2
HSL 342.91º 0.6% 0.5% -
HSV(B) 342.91º 0.74% 0.8% -
XYZ 28.29 16.23 12.71 -
YUV 103.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 204 53 96 0 0.74 0.53 0.2 342.91 0.6 0.5
Hex CC 35 60 0 4A 35 14 157 3C 32
Octal 314 65 140 0 112 65 24 527 74 62
Binary 11001100 110101 1100000 0 1001010 110101 10100 101010111 111100 110010

Color Harmonies of #CC3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3560

Black with #CC3560

Text Example


Text Example

White with #CC3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3560; }

 p { color: rgb(204,53,96); }

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

background-color css

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

 a { background-color: rgb(204,53,96); }

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

border-color css

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

 span { border-color: rgb(204,53,96); }

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