Html Css Color HEX #C8503F Grenadier

📋 copy color: '#C8503F'

red 200 ◦ green 80 ◦ blue 63

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

Shades of Grenadier #C8503F

Tints of Grenadier #C8503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 58.31%
G = 23.32%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8503F (or 0xC8503F) is known color: Grenadier. HEX triplet: C8, 50 and 3F. RGB value is (200,80,63). Sum of RGB (Red+Green+Blue) = 200+80+63=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8503F is #37AFC0. Grayscale: #727272. Windows color (decimal): -3649473 or 4149448. OLE color: 4149448.

HSL color Cylindrical-coordinate representation of color #C8503F: hue angle of 7.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8503F is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 63 -
CMYK 0 0.6 0.68 0.22
HSL 7.45º 0.55% 0.52% -
HSV(B) 7.45º 0.69% 0.78% -
XYZ 27.59 18.38 6.8 -
YUV 113.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 200 80 63 0 0.6 0.68 0.22 7.45 0.55 0.52
Hex C8 50 3F 0 3C 44 16 7 37 34
Octal 310 120 77 0 74 104 26 7 67 64
Binary 11001000 1010000 111111 0 111100 1000100 10110 111 110111 110100

Color Harmonies of #C8503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8503F

Black with #C8503F

Text Example


Text Example

White with #C8503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8503F; }

 p { color: rgb(200,80,63); }

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

background-color css

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

 a { background-color: rgb(200,80,63); }

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

border-color css

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

 span { border-color: rgb(200,80,63); }

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