Html Css Color HEX #CC3A60 Cerise

📋 copy color: '#CC3A60'

red 204 ◦ green 58 ◦ blue 96

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

Shades of Cerise #CC3A60

Tints of Cerise #CC3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.2%

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

R = 56.98%
G = 16.2%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC3A60 (or 0xCC3A60) is known color: Cerise. HEX triplet: CC, 3A and 60. RGB value is (204,58,96). Sum of RGB (Red+Green+Blue) = 204+58+96=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A60 is #33C59F. Grayscale: #696969. Windows color (decimal): -3392928 or 6306508. OLE color: 6306508.

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

Color convert

RGB 204 58 96 -
CMYK 0 0.72 0.53 0.2
HSL 344.38º 0.59% 0.51% -
HSV(B) 344.38º 0.72% 0.8% -
XYZ 28.53 16.71 12.79 -
YUV 105.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 204 58 96 0 0.72 0.53 0.2 344.38 0.59 0.51
Hex CC 3A 60 0 48 35 14 158 3B 33
Octal 314 72 140 0 110 65 24 530 73 63
Binary 11001100 111010 1100000 0 1001000 110101 10100 101011000 111011 110011

Color Harmonies of #CC3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A60

Black with #CC3A60

Text Example


Text Example

White with #CC3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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