Html Css Color HEX #CC2468 Cerise

📋 copy color: '#CC2468'

red 204 ◦ green 36 ◦ blue 104

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

Shades of Cerise #CC2468

Tints of Cerise #CC2468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 59.3%
G = 10.47%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC2468 (or 0xCC2468) is known color: Cerise. HEX triplet: CC, 24 and 68. RGB value is (204,36,104). Sum of RGB (Red+Green+Blue) = 204+36+104=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2468 is #33DB97. Grayscale: #5D5D5D. Windows color (decimal): -3398552 or 6825164. OLE color: 6825164.

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

Color convert

RGB 204 36 104 -
CMYK 0 0.82 0.49 0.2
HSL 335.71º 0.7% 0.47% -
HSV(B) 335.71º 0.82% 0.8% -
XYZ 28.03 15.1 14.53 -
YUV 93.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 204 36 104 0 0.82 0.49 0.2 335.71 0.7 0.47
Hex CC 24 68 0 52 31 14 150 46 2F
Octal 314 44 150 0 122 61 24 520 106 57
Binary 11001100 100100 1101000 0 1010010 110001 10100 101010000 1000110 101111

Color Harmonies of #CC2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2468

Black with #CC2468

Text Example


Text Example

White with #CC2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2468; }

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

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

background-color css

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

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

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

border-color css

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

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

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