Html Css Color HEX #C5463F Grenadier

📋 copy color: '#C5463F'

red 197 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #C5463F

Tints of Grenadier #C5463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 59.7%
G = 21.21%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5463F (or 0xC5463F) is known color: Grenadier. HEX triplet: C5, 46 and 3F. RGB value is (197,70,63). Sum of RGB (Red+Green+Blue) = 197+70+63=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5463F is #3AB9C0. Grayscale: #6B6B6B. Windows color (decimal): -3848641 or 4146885. OLE color: 4146885.

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

Color convert

RGB 197 70 63 -
CMYK 0 0.64 0.68 0.23
HSL 3.13º 0.54% 0.51% -
HSV(B) 3.13º 0.68% 0.77% -
XYZ 26.11 16.61 6.53 -
YUV 107.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 197 70 63 0 0.64 0.68 0.23 3.13 0.54 0.51
Hex C5 46 3F 0 40 44 17 3 36 33
Octal 305 106 77 0 100 104 27 3 66 63
Binary 11000101 1000110 111111 0 1000000 1000100 10111 11 110110 110011

Color Harmonies of #C5463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5463F

Black with #C5463F

Text Example


Text Example

White with #C5463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5463F; }

 p { color: rgb(197,70,63); }

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

background-color css

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

 a { background-color: rgb(197,70,63); }

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

border-color css

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

 span { border-color: rgb(197,70,63); }

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