Html Css Color HEX #CC064C Razzmatazz

📋 copy color: '#CC064C'

red 204 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #CC064C

Tints of Razzmatazz #CC064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 71.33%
G = 2.1%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC064C (or 0xCC064C) is known color: Razzmatazz. HEX triplet: CC, 06 and 4C. RGB value is (204,6,76). Sum of RGB (Red+Green+Blue) = 204+6+76=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC064C is #33F9B3. Grayscale: #494949. Windows color (decimal): -3406260 or 4982476. OLE color: 4982476.

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

Color convert

RGB 204 6 76 -
CMYK 0 0.97 0.63 0.2
HSL 338.79º 0.94% 0.41% -
HSV(B) 338.79º 0.97% 0.8% -
XYZ 26.27 13.49 8.06 -
YUV 73.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 204 6 76 0 0.97 0.63 0.2 338.79 0.94 0.41
Hex CC 6 4C 0 61 3F 14 153 5E 29
Octal 314 6 114 0 141 77 24 523 136 51
Binary 11001100 110 1001100 0 1100001 111111 10100 101010011 1011110 101001

Color Harmonies of #CC064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC064C

Black with #CC064C

Text Example


Text Example

White with #CC064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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