Html Css Color HEX #C7483B Grenadier

📋 copy color: '#C7483B'

red 199 ◦ green 72 ◦ blue 59

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

Shades of Grenadier #C7483B

Tints of Grenadier #C7483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 60.3%
G = 21.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7483B (or 0xC7483B) is known color: Grenadier. HEX triplet: C7, 48 and 3B. RGB value is (199,72,59). Sum of RGB (Red+Green+Blue) = 199+72+59=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7483B is #38B7C4. Grayscale: #6C6C6C. Windows color (decimal): -3717061 or 3885255. OLE color: 3885255.

HSL color Cylindrical-coordinate representation of color #C7483B: hue angle of 5.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7483B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 59 -
CMYK 0 0.64 0.70 0.22
HSL 5.57º 0.56% 0.51% -
HSV(B) 5.57º 0.7% 0.78% -
XYZ 26.66 17.09 6.03 -
YUV 108.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 199 72 59 0 0.64 0.70 0.22 5.57 0.56 0.51
Hex C7 48 3B 0 40 46 16 6 38 33
Octal 307 110 73 0 100 106 26 6 70 63
Binary 11000111 1001000 111011 0 1000000 1000110 10110 110 111000 110011

Color Harmonies of #C7483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7483B

Black with #C7483B

Text Example


Text Example

White with #C7483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7483B; }

 p { color: rgb(199,72,59); }

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

background-color css

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

 a { background-color: rgb(199,72,59); }

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

border-color css

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

 span { border-color: rgb(199,72,59); }

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