Html Css Color HEX #C7503A Grenadier

📋 copy color: '#C7503A'

red 199 ◦ green 80 ◦ blue 58

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

Shades of Grenadier #C7503A

Tints of Grenadier #C7503A

RGB

 RED value IS 199 (78.13% from 255) = 59.05%

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 59.05%
G = 23.74%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7503A (or 0xC7503A) is known color: Grenadier. HEX triplet: C7, 50 and 3A. RGB value is (199,80,58). Sum of RGB (Red+Green+Blue) = 199+80+58=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7503A is #38AFC5. Grayscale: #717171. Windows color (decimal): -3715014 or 3821767. OLE color: 3821767.

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

Color convert

RGB 199 80 58 -
CMYK 0 0.60 0.71 0.22
HSL 9.36º 0.56% 0.5% -
HSV(B) 9.36º 0.71% 0.78% -
XYZ 27.19 18.18 6.08 -
YUV 113.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 199 80 58 0 0.60 0.71 0.22 9.36 0.56 0.5
Hex C7 50 3A 0 3C 47 16 9 38 32
Octal 307 120 72 0 74 107 26 11 70 62
Binary 11000111 1010000 111010 0 111100 1000111 10110 1001 111000 110010

Color Harmonies of #C7503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7503A

Black with #C7503A

Text Example


Text Example

White with #C7503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7503A; }

 p { color: rgb(199,80,58); }

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

background-color css

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

 a { background-color: rgb(199,80,58); }

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

border-color css

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

 span { border-color: rgb(199,80,58); }

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