Html Css Color HEX #C6064E Razzmatazz

📋 copy color: '#C6064E'

red 198 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #C6064E

Tints of Razzmatazz #C6064E

RGB

 RED value IS 198 (77.73% from 255) = 70.21%

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

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 70.21%
G = 2.13%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6064E (or 0xC6064E) is known color: Razzmatazz. HEX triplet: C6, 06 and 4E. RGB value is (198,6,78). Sum of RGB (Red+Green+Blue) = 198+6+78=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6064E is #39F9B1. Grayscale: #474747. Windows color (decimal): -3799474 or 5113542. OLE color: 5113542.

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

Color convert

RGB 198 6 78 -
CMYK 0 0.97 0.61 0.22
HSL 337.5º 0.94% 0.4% -
HSV(B) 337.5º 0.97% 0.78% -
XYZ 24.73 12.69 8.35 -
YUV 71.62 131.61 218.15 -
System Red Green Blue C M Y K H S L
Decimal 198 6 78 0 0.97 0.61 0.22 337.5 0.94 0.4
Hex C6 6 4E 0 61 3D 16 152 5E 28
Octal 306 6 116 0 141 75 26 522 136 50
Binary 11000110 110 1001110 0 1100001 111101 10110 101010010 1011110 101000

Color Harmonies of #C6064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6064E

Black with #C6064E

Text Example


Text Example

White with #C6064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6064E; }

 p { color: rgb(198,6,78); }

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

background-color css

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

 a { background-color: rgb(198,6,78); }

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

border-color css

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

 span { border-color: rgb(198,6,78); }

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