Html Css Color HEX #C9473C Grenadier

📋 copy color: '#C9473C'

red 201 ◦ green 71 ◦ blue 60

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

Shades of Grenadier #C9473C

Tints of Grenadier #C9473C

RGB

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

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

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

R = 60.54%
G = 21.39%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9473C (or 0xC9473C) is known color: Grenadier. HEX triplet: C9, 47 and 3C. RGB value is (201,71,60). Sum of RGB (Red+Green+Blue) = 201+71+60=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9473C is #36B8C3. Grayscale: #6C6C6C. Windows color (decimal): -3586244 or 3950537. OLE color: 3950537.

HSL color Cylindrical-coordinate representation of color #C9473C: hue angle of 4.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9473C is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 60 -
CMYK 0 0.65 0.70 0.21
HSL 4.68º 0.57% 0.51% -
HSV(B) 4.68º 0.7% 0.79% -
XYZ 27.16 17.25 6.17 -
YUV 108.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 201 71 60 0 0.65 0.70 0.21 4.68 0.57 0.51
Hex C9 47 3C 0 41 46 15 5 39 33
Octal 311 107 74 0 101 106 25 5 71 63
Binary 11001001 1000111 111100 0 1000001 1000110 10101 101 111001 110011

Color Harmonies of #C9473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9473C

Black with #C9473C

Text Example


Text Example

White with #C9473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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