Html Css Color HEX #C6473C Grenadier

📋 copy color: '#C6473C'

red 198 ◦ green 71 ◦ blue 60

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

Shades of Grenadier #C6473C

Tints of Grenadier #C6473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 60.18%
G = 21.58%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6473C (or 0xC6473C) is known color: Grenadier. HEX triplet: C6, 47 and 3C. RGB value is (198,71,60). Sum of RGB (Red+Green+Blue) = 198+71+60=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6473C is #39B8C3. Grayscale: #6B6B6B. Windows color (decimal): -3782852 or 3950534. OLE color: 3950534.

HSL color Cylindrical-coordinate representation of color #C6473C: hue angle of 4.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6473C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 60 -
CMYK 0 0.64 0.70 0.22
HSL 4.78º 0.55% 0.51% -
HSV(B) 4.78º 0.7% 0.78% -
XYZ 26.36 16.84 6.14 -
YUV 107.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 198 71 60 0 0.64 0.70 0.22 4.78 0.55 0.51
Hex C6 47 3C 0 40 46 16 5 37 33
Octal 306 107 74 0 100 106 26 5 67 63
Binary 11000110 1000111 111100 0 1000000 1000110 10110 101 110111 110011

Color Harmonies of #C6473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6473C

Black with #C6473C

Text Example


Text Example

White with #C6473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6473C; }

 p { color: rgb(198,71,60); }

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

background-color css

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

 a { background-color: rgb(198,71,60); }

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

border-color css

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

 span { border-color: rgb(198,71,60); }

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