Html Css Color HEX #C8473B Grenadier

📋 copy color: '#C8473B'

red 200 ◦ green 71 ◦ blue 59

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

Shades of Grenadier #C8473B

Tints of Grenadier #C8473B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 60.61%
G = 21.52%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8473B (or 0xC8473B) is known color: Grenadier. HEX triplet: C8, 47 and 3B. RGB value is (200,71,59). Sum of RGB (Red+Green+Blue) = 200+71+59=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8473B is #37B8C4. Grayscale: #6C6C6C. Windows color (decimal): -3651781 or 3885000. OLE color: 3885000.

HSL color Cylindrical-coordinate representation of color #C8473B: hue angle of 5.11º 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 #C8473B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 59 -
CMYK 0 0.64 0.70 0.22
HSL 5.11º 0.56% 0.51% -
HSV(B) 5.11º 0.71% 0.78% -
XYZ 26.86 17.1 6.02 -
YUV 108.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 200 71 59 0 0.64 0.70 0.22 5.11 0.56 0.51
Hex C8 47 3B 0 40 46 16 5 38 33
Octal 310 107 73 0 100 106 26 5 70 63
Binary 11001000 1000111 111011 0 1000000 1000110 10110 101 111000 110011

Color Harmonies of #C8473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8473B

Black with #C8473B

Text Example


Text Example

White with #C8473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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