Html Css Color HEX #C9493E Grenadier

📋 copy color: '#C9493E'

red 201 ◦ green 73 ◦ blue 62

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

Shades of Grenadier #C9493E

Tints of Grenadier #C9493E

RGB

 RED value IS 201 (78.91% from 255) = 59.82%

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 59.82%
G = 21.73%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9493E (or 0xC9493E) is known color: Grenadier. HEX triplet: C9, 49 and 3E. RGB value is (201,73,62). Sum of RGB (Red+Green+Blue) = 201+73+62=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9493E is #36B6C1. Grayscale: #6E6E6E. Windows color (decimal): -3585730 or 4082121. OLE color: 4082121.

HSL color Cylindrical-coordinate representation of color #C9493E: hue angle of 4.75º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9493E is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 62 -
CMYK 0 0.64 0.69 0.21
HSL 4.75º 0.56% 0.52% -
HSV(B) 4.75º 0.69% 0.79% -
XYZ 27.34 17.53 6.5 -
YUV 110.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 201 73 62 0 0.64 0.69 0.21 4.75 0.56 0.52
Hex C9 49 3E 0 40 45 15 5 38 34
Octal 311 111 76 0 100 105 25 5 70 64
Binary 11001001 1001001 111110 0 1000000 1000101 10101 101 111000 110100

Color Harmonies of #C9493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9493E

Black with #C9493E

Text Example


Text Example

White with #C9493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9493E; }

 p { color: rgb(201,73,62); }

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

background-color css

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

 a { background-color: rgb(201,73,62); }

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

border-color css

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

 span { border-color: rgb(201,73,62); }

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