Html Css Color HEX #CC0654 Razzmatazz

📋 copy color: '#CC0654'

red 204 ◦ green 6 ◦ blue 84

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

Shades of Razzmatazz #CC0654

Tints of Razzmatazz #CC0654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.57%

R = 69.39%
G = 2.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC0654 (or 0xCC0654) is known color: Razzmatazz. HEX triplet: CC, 06 and 54. RGB value is (204,6,84). Sum of RGB (Red+Green+Blue) = 204+6+84=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0654 is #33F9AB. Grayscale: #494949. Windows color (decimal): -3406252 or 5506764. OLE color: 5506764.

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

Color convert

RGB 204 6 84 -
CMYK 0 0.97 0.59 0.2
HSL 336.36º 0.94% 0.41% -
HSV(B) 336.36º 0.97% 0.8% -
XYZ 26.57 13.61 9.61 -
YUV 74.09 133.6 220.66 -
System Red Green Blue C M Y K H S L
Decimal 204 6 84 0 0.97 0.59 0.2 336.36 0.94 0.41
Hex CC 6 54 0 61 3B 14 150 5E 29
Octal 314 6 124 0 141 73 24 520 136 51
Binary 11001100 110 1010100 0 1100001 111011 10100 101010000 1011110 101001

Color Harmonies of #CC0654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0654

Black with #CC0654

Text Example


Text Example

White with #CC0654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0654; }

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

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

background-color css

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

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

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

border-color css

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

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

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