Html Css Color HEX #C5483E Grenadier

📋 copy color: '#C5483E'

red 197 ◦ green 72 ◦ blue 62

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

Shades of Grenadier #C5483E

Tints of Grenadier #C5483E

RGB

 RED value IS 197 (77.34% from 255) = 59.52%

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 59.52%
G = 21.75%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5483E (or 0xC5483E) is known color: Grenadier. HEX triplet: C5, 48 and 3E. RGB value is (197,72,62). Sum of RGB (Red+Green+Blue) = 197+72+62=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5483E is #3AB7C1. Grayscale: #6C6C6C. Windows color (decimal): -3848130 or 4081861. OLE color: 4081861.

HSL color Cylindrical-coordinate representation of color #C5483E: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5483E is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 62 -
CMYK 0 0.63 0.69 0.23
HSL 4.44º 0.54% 0.51% -
HSV(B) 4.44º 0.69% 0.77% -
XYZ 26.21 16.85 6.43 -
YUV 108.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 197 72 62 0 0.63 0.69 0.23 4.44 0.54 0.51
Hex C5 48 3E 0 3F 45 17 4 36 33
Octal 305 110 76 0 77 105 27 4 66 63
Binary 11000101 1001000 111110 0 111111 1000101 10111 100 110110 110011

Color Harmonies of #C5483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5483E

Black with #C5483E

Text Example


Text Example

White with #C5483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5483E; }

 p { color: rgb(197,72,62); }

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

background-color css

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

 a { background-color: rgb(197,72,62); }

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

border-color css

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

 span { border-color: rgb(197,72,62); }

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