Html Css Color HEX #C74638 Grenadier

📋 copy color: '#C74638'

red 199 ◦ green 70 ◦ blue 56

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

Shades of Grenadier #C74638

Tints of Grenadier #C74638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 61.23%
G = 21.54%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C74638 (or 0xC74638) is known color: Grenadier. HEX triplet: C7, 46 and 38. RGB value is (199,70,56). Sum of RGB (Red+Green+Blue) = 199+70+56=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C74638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74638 is #38B9C7. Grayscale: #6B6B6B. Windows color (decimal): -3717576 or 3688135. OLE color: 3688135.

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

Color convert

RGB 199 70 56 -
CMYK 0 0.65 0.72 0.22
HSL 5.87º 0.56% 0.5% -
HSV(B) 5.87º 0.72% 0.78% -
XYZ 26.46 16.81 5.59 -
YUV 106.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 199 70 56 0 0.65 0.72 0.22 5.87 0.56 0.5
Hex C7 46 38 0 41 48 16 6 38 32
Octal 307 106 70 0 101 110 26 6 70 62
Binary 11000111 1000110 111000 0 1000001 1001000 10110 110 111000 110010

Color Harmonies of #C74638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74638

Black with #C74638

Text Example


Text Example

White with #C74638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74638; }

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

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

background-color css

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

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

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

border-color css

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

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

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