Html Css Color HEX #C7463A Grenadier

📋 copy color: '#C7463A'

red 199 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #C7463A

Tints of Grenadier #C7463A

RGB

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

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

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

R = 60.86%
G = 21.41%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7463A (or 0xC7463A) is known color: Grenadier. HEX triplet: C7, 46 and 3A. RGB value is (199,70,58). Sum of RGB (Red+Green+Blue) = 199+70+58=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7463A is #38B9C5. Grayscale: #6B6B6B. Windows color (decimal): -3717574 or 3819207. OLE color: 3819207.

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

Color convert

RGB 199 70 58 -
CMYK 0 0.65 0.71 0.22
HSL 5.11º 0.56% 0.5% -
HSV(B) 5.11º 0.71% 0.78% -
XYZ 26.51 16.83 5.85 -
YUV 107.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 199 70 58 0 0.65 0.71 0.22 5.11 0.56 0.5
Hex C7 46 3A 0 41 47 16 5 38 32
Octal 307 106 72 0 101 107 26 5 70 62
Binary 11000111 1000110 111010 0 1000001 1000111 10110 101 111000 110010

Color Harmonies of #C7463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7463A

Black with #C7463A

Text Example


Text Example

White with #C7463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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