Html Css Color HEX #C8473E Grenadier

📋 copy color: '#C8473E'

red 200 ◦ green 71 ◦ blue 62

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

Shades of Grenadier #C8473E

Tints of Grenadier #C8473E

RGB

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

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

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

R = 60.06%
G = 21.32%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8473E (or 0xC8473E) is known color: Grenadier. HEX triplet: C8, 47 and 3E. RGB value is (200,71,62). Sum of RGB (Red+Green+Blue) = 200+71+62=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8473E is #37B8C1. Grayscale: #6C6C6C. Windows color (decimal): -3651778 or 4081608. OLE color: 4081608.

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

Color convert

RGB 200 71 62 -
CMYK 0 0.64 0.69 0.22
HSL 3.91º 0.56% 0.51% -
HSV(B) 3.91º 0.69% 0.78% -
XYZ 26.94 17.13 6.44 -
YUV 108.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 200 71 62 0 0.64 0.69 0.22 3.91 0.56 0.51
Hex C8 47 3E 0 40 45 16 4 38 33
Octal 310 107 76 0 100 105 26 4 70 63
Binary 11001000 1000111 111110 0 1000000 1000101 10110 100 111000 110011

Color Harmonies of #C8473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8473E

Black with #C8473E

Text Example


Text Example

White with #C8473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8473E; }

 p { color: rgb(200,71,62); }

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

background-color css

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

 a { background-color: rgb(200,71,62); }

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

border-color css

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

 span { border-color: rgb(200,71,62); }

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