Html Css Color HEX #CC3460 Cerise

📋 copy color: '#CC3460'

red 204 ◦ green 52 ◦ blue 96

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

Shades of Cerise #CC3460

Tints of Cerise #CC3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

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

R = 57.95%
G = 14.77%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC3460 (or 0xCC3460) is known color: Cerise. HEX triplet: CC, 34 and 60. RGB value is (204,52,96). Sum of RGB (Red+Green+Blue) = 204+52+96=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3460 is #33CB9F. Grayscale: #666666. Windows color (decimal): -3394464 or 6304972. OLE color: 6304972.

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

Color convert

RGB 204 52 96 -
CMYK 0 0.75 0.53 0.2
HSL 342.63º 0.6% 0.5% -
HSV(B) 342.63º 0.75% 0.8% -
XYZ 28.24 16.14 12.69 -
YUV 102.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 204 52 96 0 0.75 0.53 0.2 342.63 0.6 0.5
Hex CC 34 60 0 4B 35 14 157 3C 32
Octal 314 64 140 0 113 65 24 527 74 62
Binary 11001100 110100 1100000 0 1001011 110101 10100 101010111 111100 110010

Color Harmonies of #CC3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3460

Black with #CC3460

Text Example


Text Example

White with #CC3460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3460; }

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

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

background-color css

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

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

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

border-color css

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

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

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