Html Css Color HEX #C8064C Razzmatazz

📋 copy color: '#C8064C'

red 200 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #C8064C

Tints of Razzmatazz #C8064C

RGB

 RED value IS 200 (78.52% from 255) = 70.92%

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

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

R = 70.92%
G = 2.13%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8064C (or 0xC8064C) is known color: Razzmatazz. HEX triplet: C8, 06 and 4C. RGB value is (200,6,76). Sum of RGB (Red+Green+Blue) = 200+6+76=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8064C is #37F9B3. Grayscale: #474747. Windows color (decimal): -3668404 or 4982472. OLE color: 4982472.

HSL color Cylindrical-coordinate representation of color #C8064C: hue angle of 338.35º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8064C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 76 -
CMYK 0 0.97 0.62 0.22
HSL 338.35º 0.94% 0.4% -
HSV(B) 338.35º 0.97% 0.78% -
XYZ 25.19 12.93 8.01 -
YUV 71.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 200 6 76 0 0.97 0.62 0.22 338.35 0.94 0.4
Hex C8 6 4C 0 61 3E 16 152 5E 28
Octal 310 6 114 0 141 76 26 522 136 50
Binary 11001000 110 1001100 0 1100001 111110 10110 101010010 1011110 101000

Color Harmonies of #C8064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8064C

Black with #C8064C

Text Example


Text Example

White with #C8064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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