Html Css Color HEX #C9503E Grenadier

📋 copy color: '#C9503E'

red 201 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #C9503E

Tints of Grenadier #C9503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 58.6%
G = 23.32%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9503E (or 0xC9503E) is known color: Grenadier. HEX triplet: C9, 50 and 3E. RGB value is (201,80,62). Sum of RGB (Red+Green+Blue) = 201+80+62=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9503E is #36AFC1. Grayscale: #727272. Windows color (decimal): -3583938 or 4083913. OLE color: 4083913.

HSL color Cylindrical-coordinate representation of color #C9503E: hue angle of 7.77º 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 #C9503E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 62 -
CMYK 0 0.60 0.69 0.21
HSL 7.77º 0.56% 0.52% -
HSV(B) 7.77º 0.69% 0.79% -
XYZ 27.83 18.5 6.66 -
YUV 114.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 201 80 62 0 0.60 0.69 0.21 7.77 0.56 0.52
Hex C9 50 3E 0 3C 45 15 8 38 34
Octal 311 120 76 0 74 105 25 10 70 64
Binary 11001001 1010000 111110 0 111100 1000101 10101 1000 111000 110100

Color Harmonies of #C9503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9503E

Black with #C9503E

Text Example


Text Example

White with #C9503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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