Html Css Color HEX #C05038 Grenadier

📋 copy color: '#C05038'

red 192 ◦ green 80 ◦ blue 56

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

Shades of Grenadier #C05038

Tints of Grenadier #C05038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 58.54%
G = 24.39%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C05038 (or 0xC05038) is known color: Grenadier. HEX triplet: C0, 50 and 38. RGB value is (192,80,56). Sum of RGB (Red+Green+Blue) = 192+80+56=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05038 is #3FAFC7. Grayscale: #6E6E6E. Windows color (decimal): -4173768 or 3690688. OLE color: 3690688.

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

Color convert

RGB 192 80 56 -
CMYK 0 0.58 0.71 0.25
HSL 10.59º 0.55% 0.49% -
HSV(B) 10.59º 0.71% 0.75% -
XYZ 25.32 17.23 5.73 -
YUV 110.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 192 80 56 0 0.58 0.71 0.25 10.59 0.55 0.49
Hex C0 50 38 0 3A 47 19 B 37 31
Octal 300 120 70 0 72 107 31 13 67 61
Binary 11000000 1010000 111000 0 111010 1000111 11001 1011 110111 110001

Color Harmonies of #C05038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05038

Black with #C05038

Text Example


Text Example

White with #C05038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05038; }

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

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

background-color css

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

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

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

border-color css

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

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

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