Html Css Color HEX #C8493A Grenadier

📋 copy color: '#C8493A'

red 200 ◦ green 73 ◦ blue 58

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

Shades of Grenadier #C8493A

Tints of Grenadier #C8493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 60.42%
G = 22.05%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8493A (or 0xC8493A) is known color: Grenadier. HEX triplet: C8, 49 and 3A. RGB value is (200,73,58). Sum of RGB (Red+Green+Blue) = 200+73+58=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8493A is #37B6C5. Grayscale: #6D6D6D. Windows color (decimal): -3651270 or 3819976. OLE color: 3819976.

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

Color convert

RGB 200 73 58 -
CMYK 0 0.64 0.71 0.22
HSL 6.34º 0.56% 0.51% -
HSV(B) 6.34º 0.71% 0.78% -
XYZ 26.97 17.35 5.93 -
YUV 109.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 200 73 58 0 0.64 0.71 0.22 6.34 0.56 0.51
Hex C8 49 3A 0 40 47 16 6 38 33
Octal 310 111 72 0 100 107 26 6 70 63
Binary 11001000 1001001 111010 0 1000000 1000111 10110 110 111000 110011

Color Harmonies of #C8493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8493A

Black with #C8493A

Text Example


Text Example

White with #C8493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8493A; }

 p { color: rgb(200,73,58); }

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

background-color css

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

 a { background-color: rgb(200,73,58); }

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

border-color css

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

 span { border-color: rgb(200,73,58); }

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