Html Css Color HEX #C04E32 Grenadier

📋 copy color: '#C04E32'

red 192 ◦ green 78 ◦ blue 50

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

Shades of Grenadier #C04E32

Tints of Grenadier #C04E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

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

R = 60%
G = 24.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04E32 (or 0xC04E32) is known color: Grenadier. HEX triplet: C0, 4E and 32. RGB value is (192,78,50). Sum of RGB (Red+Green+Blue) = 192+78+50=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E32 is #3FB1CD. Grayscale: #6D6D6D. Windows color (decimal): -4174286 or 3296960. OLE color: 3296960.

HSL color Cylindrical-coordinate representation of color #C04E32: hue angle of 11.83º 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 #C04E32 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 50 -
CMYK 0 0.59 0.74 0.25
HSL 11.83º 0.59% 0.47% -
HSV(B) 11.83º 0.74% 0.75% -
XYZ 25.04 16.89 4.96 -
YUV 108.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 192 78 50 0 0.59 0.74 0.25 11.83 0.59 0.47
Hex C0 4E 32 0 3B 4A 19 C 3B 2F
Octal 300 116 62 0 73 112 31 14 73 57
Binary 11000000 1001110 110010 0 111011 1001010 11001 1100 111011 101111

Color Harmonies of #C04E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E32

Black with #C04E32

Text Example


Text Example

White with #C04E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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