Html Css Color HEX #CC0752 Razzmatazz

📋 copy color: '#CC0752'

red 204 ◦ green 7 ◦ blue 82

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

Shades of Razzmatazz #CC0752

Tints of Razzmatazz #CC0752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 69.62%
G = 2.39%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC0752 (or 0xCC0752) is known color: Razzmatazz. HEX triplet: CC, 07 and 52. RGB value is (204,7,82). Sum of RGB (Red+Green+Blue) = 204+7+82=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0752 is #33F8AD. Grayscale: #4A4A4A. Windows color (decimal): -3405998 or 5375948. OLE color: 5375948.

HSL color Cylindrical-coordinate representation of color #CC0752: hue angle of 337.16º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0752 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 82 -
CMYK 0 0.97 0.60 0.2
HSL 337.16º 0.93% 0.41% -
HSV(B) 337.16º 0.97% 0.8% -
XYZ 26.5 13.6 9.21 -
YUV 74.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 204 7 82 0 0.97 0.60 0.2 337.16 0.93 0.41
Hex CC 7 52 0 61 3C 14 151 5D 29
Octal 314 7 122 0 141 74 24 521 135 51
Binary 11001100 111 1010010 0 1100001 111100 10100 101010001 1011101 101001

Color Harmonies of #CC0752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0752

Black with #CC0752

Text Example


Text Example

White with #CC0752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0752; }

 p { color: rgb(204,7,82); }

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

background-color css

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

 a { background-color: rgb(204,7,82); }

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

border-color css

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

 span { border-color: rgb(204,7,82); }

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