Html Css Color HEX #C05438 Grenadier

📋 copy color: '#C05438'

red 192 ◦ green 84 ◦ blue 56

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

Shades of Grenadier #C05438

Tints of Grenadier #C05438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 57.83%
G = 25.3%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C05438 (or 0xC05438) is known color: Grenadier. HEX triplet: C0, 54 and 38. RGB value is (192,84,56). Sum of RGB (Red+Green+Blue) = 192+84+56=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05438 is #3FABC7. Grayscale: #717171. Windows color (decimal): -4172744 or 3691712. OLE color: 3691712.

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

Color convert

RGB 192 84 56 -
CMYK 0 0.56 0.71 0.25
HSL 12.35º 0.55% 0.49% -
HSV(B) 12.35º 0.71% 0.75% -
XYZ 25.62 17.83 5.83 -
YUV 113.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 192 84 56 0 0.56 0.71 0.25 12.35 0.55 0.49
Hex C0 54 38 0 38 47 19 C 37 31
Octal 300 124 70 0 70 107 31 14 67 61
Binary 11000000 1010100 111000 0 111000 1000111 11001 1100 110111 110001

Color Harmonies of #C05438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05438

Black with #C05438

Text Example


Text Example

White with #C05438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05438; }

 p { color: rgb(192,84,56); }

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

background-color css

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

 a { background-color: rgb(192,84,56); }

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

border-color css

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

 span { border-color: rgb(192,84,56); }

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