Html Css Color HEX #CC0853 Razzmatazz

📋 copy color: '#CC0853'

red 204 ◦ green 8 ◦ blue 83

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

Shades of Razzmatazz #CC0853

Tints of Razzmatazz #CC0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 69.15%
G = 2.71%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC0853 (or 0xCC0853) is known color: Razzmatazz. HEX triplet: CC, 08 and 53. RGB value is (204,8,83). Sum of RGB (Red+Green+Blue) = 204+8+83=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0853 is #33F7AC. Grayscale: #4B4B4B. Windows color (decimal): -3405741 or 5441740. OLE color: 5441740.

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

Color convert

RGB 204 8 83 -
CMYK 0 0.96 0.59 0.2
HSL 337.04º 0.92% 0.42% -
HSV(B) 337.04º 0.96% 0.8% -
XYZ 26.55 13.64 9.42 -
YUV 75.15 132.43 219.9 -
System Red Green Blue C M Y K H S L
Decimal 204 8 83 0 0.96 0.59 0.2 337.04 0.92 0.42
Hex CC 8 53 0 60 3B 14 151 5C 2A
Octal 314 10 123 0 140 73 24 521 134 52
Binary 11001100 1000 1010011 0 1100000 111011 10100 101010001 1011100 101010

Color Harmonies of #CC0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0853

Black with #CC0853

Text Example


Text Example

White with #CC0853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0853; }

 p { color: rgb(204,8,83); }

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

background-color css

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

 a { background-color: rgb(204,8,83); }

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

border-color css

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

 span { border-color: rgb(204,8,83); }

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