Html Css Color HEX #C6493C Grenadier

📋 copy color: '#C6493C'

red 198 ◦ green 73 ◦ blue 60

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

Shades of Grenadier #C6493C

Tints of Grenadier #C6493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 59.82%
G = 22.05%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6493C (or 0xC6493C) is known color: Grenadier. HEX triplet: C6, 49 and 3C. RGB value is (198,73,60). Sum of RGB (Red+Green+Blue) = 198+73+60=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6493C is #39B6C3. Grayscale: #6D6D6D. Windows color (decimal): -3782340 or 3951046. OLE color: 3951046.

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

Color convert

RGB 198 73 60 -
CMYK 0 0.63 0.70 0.22
HSL 5.65º 0.55% 0.51% -
HSV(B) 5.65º 0.7% 0.78% -
XYZ 26.49 17.1 6.18 -
YUV 108.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 198 73 60 0 0.63 0.70 0.22 5.65 0.55 0.51
Hex C6 49 3C 0 3F 46 16 6 37 33
Octal 306 111 74 0 77 106 26 6 67 63
Binary 11000110 1001001 111100 0 111111 1000110 10110 110 110111 110011

Color Harmonies of #C6493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6493C

Black with #C6493C

Text Example


Text Example

White with #C6493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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