Html Css Color HEX #C04E3D Grenadier

📋 copy color: '#C04E3D'

red 192 ◦ green 78 ◦ blue 61

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

Shades of Grenadier #C04E3D

Tints of Grenadier #C04E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 58.01%
G = 23.56%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C04E3D (or 0xC04E3D) is known color: Grenadier. HEX triplet: C0, 4E and 3D. RGB value is (192,78,61). Sum of RGB (Red+Green+Blue) = 192+78+61=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E3D is #3FB1C2. Grayscale: #6E6E6E. Windows color (decimal): -4174275 or 4017856. OLE color: 4017856.

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

Color convert

RGB 192 78 61 -
CMYK 0 0.59 0.68 0.25
HSL 7.79º 0.52% 0.5% -
HSV(B) 7.79º 0.68% 0.75% -
XYZ 25.3 16.99 6.36 -
YUV 110.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 192 78 61 0 0.59 0.68 0.25 7.79 0.52 0.5
Hex C0 4E 3D 0 3B 44 19 8 34 32
Octal 300 116 75 0 73 104 31 10 64 62
Binary 11000000 1001110 111101 0 111011 1000100 11001 1000 110100 110010

Color Harmonies of #C04E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E3D

Black with #C04E3D

Text Example


Text Example

White with #C04E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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