Html Css Color HEX #C04E3C Grenadier

📋 copy color: '#C04E3C'

red 192 ◦ green 78 ◦ blue 60

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

Shades of Grenadier #C04E3C

Tints of Grenadier #C04E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 58.18%
G = 23.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C04E3C (or 0xC04E3C) is known color: Grenadier. HEX triplet: C0, 4E and 3C. RGB value is (192,78,60). Sum of RGB (Red+Green+Blue) = 192+78+60=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E3C is #3FB1C3. Grayscale: #6E6E6E. Windows color (decimal): -4174276 or 3952320. OLE color: 3952320.

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

Color convert

RGB 192 78 60 -
CMYK 0 0.59 0.69 0.25
HSL 8.18º 0.52% 0.49% -
HSV(B) 8.18º 0.69% 0.75% -
XYZ 25.28 16.98 6.22 -
YUV 110.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 192 78 60 0 0.59 0.69 0.25 8.18 0.52 0.49
Hex C0 4E 3C 0 3B 45 19 8 34 31
Octal 300 116 74 0 73 105 31 10 64 61
Binary 11000000 1001110 111100 0 111011 1000101 11001 1000 110100 110001

Color Harmonies of #C04E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E3C

Black with #C04E3C

Text Example


Text Example

White with #C04E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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