Html Css Color HEX #CC3260 Cerise

📋 copy color: '#CC3260'

red 204 ◦ green 50 ◦ blue 96

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

Shades of Cerise #CC3260

Tints of Cerise #CC3260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 58.29%
G = 14.29%
B = 27.43%

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

#CC3260 (or 0xCC3260) is known color: Cerise. HEX triplet: CC, 32 and 60. RGB value is (204,50,96). Sum of RGB (Red+Green+Blue) = 204+50+96=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3260 is #33CD9F. Grayscale: #656565. Windows color (decimal): -3394976 or 6304460. OLE color: 6304460.

HSL color Cylindrical-coordinate representation of color #CC3260: hue angle of 342.08º degrees, saturation: 0.61, 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 #CC3260 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 96 -
CMYK 0 0.75 0.53 0.2
HSL 342.08º 0.61% 0.5% -
HSV(B) 342.08º 0.75% 0.8% -
XYZ 28.15 15.96 12.66 -
YUV 101.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 204 50 96 0 0.75 0.53 0.2 342.08 0.61 0.5
Hex CC 32 60 0 4B 35 14 156 3D 32
Octal 314 62 140 0 113 65 24 526 75 62
Binary 11001100 110010 1100000 0 1001011 110101 10100 101010110 111101 110010

Color Harmonies of #CC3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3260

Black with #CC3260

Text Example


Text Example

White with #CC3260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3260; }

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

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

background-color css

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

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

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

border-color css

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

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

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