Html Css Color HEX #C7064C Razzmatazz

📋 copy color: '#C7064C'

red 199 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #C7064C

Tints of Razzmatazz #C7064C

RGB

 RED value IS 199 (78.13% from 255) = 70.82%

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

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

R = 70.82%
G = 2.14%
B = 27.05%

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

#C7064C (or 0xC7064C) is known color: Razzmatazz. HEX triplet: C7, 06 and 4C. RGB value is (199,6,76). Sum of RGB (Red+Green+Blue) = 199+6+76=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7064C is #38F9B3. Grayscale: #474747. Windows color (decimal): -3733940 or 4982471. OLE color: 4982471.

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

Color convert

RGB 199 6 76 -
CMYK 0 0.97 0.62 0.22
HSL 338.24º 0.94% 0.4% -
HSV(B) 338.24º 0.97% 0.78% -
XYZ 24.92 12.79 7.99 -
YUV 71.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 199 6 76 0 0.97 0.62 0.22 338.24 0.94 0.4
Hex C7 6 4C 0 61 3E 16 152 5E 28
Octal 307 6 114 0 141 76 26 522 136 50
Binary 11000111 110 1001100 0 1100001 111110 10110 101010010 1011110 101000

Color Harmonies of #C7064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7064C

Black with #C7064C

Text Example


Text Example

White with #C7064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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