Html Css Color HEX #C05339 Grenadier

📋 copy color: '#C05339'

red 192 ◦ green 83 ◦ blue 57

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

Shades of Grenadier #C05339

Tints of Grenadier #C05339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 57.83%
G = 25%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C05339 (or 0xC05339) is known color: Grenadier. HEX triplet: C0, 53 and 39. RGB value is (192,83,57). Sum of RGB (Red+Green+Blue) = 192+83+57=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05339 is #3FACC6. Grayscale: #707070. Windows color (decimal): -4172999 or 3756992. OLE color: 3756992.

HSL color Cylindrical-coordinate representation of color #C05339: hue angle of 11.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C05339 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 57 -
CMYK 0 0.57 0.70 0.25
HSL 11.56º 0.54% 0.49% -
HSV(B) 11.56º 0.7% 0.75% -
XYZ 25.57 17.69 5.94 -
YUV 112.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 192 83 57 0 0.57 0.70 0.25 11.56 0.54 0.49
Hex C0 53 39 0 39 46 19 C 36 31
Octal 300 123 71 0 71 106 31 14 66 61
Binary 11000000 1010011 111001 0 111001 1000110 11001 1100 110110 110001

Color Harmonies of #C05339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05339

Black with #C05339

Text Example


Text Example

White with #C05339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05339; }

 p { color: rgb(192,83,57); }

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

background-color css

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

 a { background-color: rgb(192,83,57); }

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

border-color css

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

 span { border-color: rgb(192,83,57); }

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