Html Css Color HEX #CC2460 Cerise

📋 copy color: '#CC2460'

red 204 ◦ green 36 ◦ blue 96

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

Shades of Cerise #CC2460

Tints of Cerise #CC2460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

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

R = 60.71%
G = 10.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC2460 (or 0xCC2460) is known color: Cerise. HEX triplet: CC, 24 and 60. RGB value is (204,36,96). Sum of RGB (Red+Green+Blue) = 204+36+96=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2460 is #33DB9F. Grayscale: #5D5D5D. Windows color (decimal): -3398560 or 6300876. OLE color: 6300876.

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

Color convert

RGB 204 36 96 -
CMYK 0 0.82 0.53 0.2
HSL 338.57º 0.7% 0.47% -
HSV(B) 338.57º 0.82% 0.8% -
XYZ 27.64 14.94 12.49 -
YUV 93.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 204 36 96 0 0.82 0.53 0.2 338.57 0.7 0.47
Hex CC 24 60 0 52 35 14 153 46 2F
Octal 314 44 140 0 122 65 24 523 106 57
Binary 11001100 100100 1100000 0 1010010 110101 10100 101010011 1000110 101111

Color Harmonies of #CC2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2460

Black with #CC2460

Text Example


Text Example

White with #CC2460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2460; }

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

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

background-color css

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

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

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

border-color css

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

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

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