Html Css Color HEX #CC0652 Razzmatazz

📋 copy color: '#CC0652'

red 204 ◦ green 6 ◦ blue 82

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

Shades of Razzmatazz #CC0652

Tints of Razzmatazz #CC0652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 69.86%
G = 2.05%
B = 28.08%

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

#CC0652 (or 0xCC0652) is known color: Razzmatazz. HEX triplet: CC, 06 and 52. RGB value is (204,6,82). Sum of RGB (Red+Green+Blue) = 204+6+82=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0652 is #33F9AD. Grayscale: #494949. Windows color (decimal): -3406254 or 5375692. OLE color: 5375692.

HSL color Cylindrical-coordinate representation of color #CC0652: hue angle of 336.97º degrees, saturation: 0.94, 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 #CC0652 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 82 -
CMYK 0 0.97 0.60 0.2
HSL 336.97º 0.94% 0.41% -
HSV(B) 336.97º 0.97% 0.8% -
XYZ 26.49 13.58 9.21 -
YUV 73.87 132.6 220.82 -
System Red Green Blue C M Y K H S L
Decimal 204 6 82 0 0.97 0.60 0.2 336.97 0.94 0.41
Hex CC 6 52 0 61 3C 14 151 5E 29
Octal 314 6 122 0 141 74 24 521 136 51
Binary 11001100 110 1010010 0 1100001 111100 10100 101010001 1011110 101001

Color Harmonies of #CC0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0652

Black with #CC0652

Text Example


Text Example

White with #CC0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0652; }

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

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

background-color css

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

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

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

border-color css

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

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

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