Html Css Color HEX #C04732 Grenadier

📋 copy color: '#C04732'

red 192 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #C04732

Tints of Grenadier #C04732

RGB

 RED value IS 192 (75.39% from 255) = 61.34%

 GREEN value IS 71 (28.13% from 255) = 22.68%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 61.34%
G = 22.68%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04732 (or 0xC04732) is known color: Grenadier. HEX triplet: C0, 47 and 32. RGB value is (192,71,50). Sum of RGB (Red+Green+Blue) = 192+71+50=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04732 is #3FB8CD. Grayscale: #686868. Windows color (decimal): -4176078 or 3295168. OLE color: 3295168.

HSL color Cylindrical-coordinate representation of color #C04732: hue angle of 8.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C04732 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 50 -
CMYK 0 0.63 0.74 0.25
HSL 8.87º 0.59% 0.47% -
HSV(B) 8.87º 0.74% 0.75% -
XYZ 24.57 15.94 4.8 -
YUV 104.79 97.09 190.21 -
System Red Green Blue C M Y K H S L
Decimal 192 71 50 0 0.63 0.74 0.25 8.87 0.59 0.47
Hex C0 47 32 0 3F 4A 19 9 3B 2F
Octal 300 107 62 0 77 112 31 11 73 57
Binary 11000000 1000111 110010 0 111111 1001010 11001 1001 111011 101111

Color Harmonies of #C04732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04732

Black with #C04732

Text Example


Text Example

White with #C04732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04732; }

 p { color: rgb(192,71,50); }

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

background-color css

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

 a { background-color: rgb(192,71,50); }

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

border-color css

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

 span { border-color: rgb(192,71,50); }

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