Html Css Color HEX #C05338 Grenadier

📋 copy color: '#C05338'

red 192 ◦ green 83 ◦ blue 56

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

Shades of Grenadier #C05338

Tints of Grenadier #C05338

RGB

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

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

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

R = 58.01%
G = 25.08%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C05338 (or 0xC05338) is known color: Grenadier. HEX triplet: C0, 53 and 38. RGB value is (192,83,56). Sum of RGB (Red+Green+Blue) = 192+83+56=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05338 is #3FACC7. Grayscale: #707070. Windows color (decimal): -4173000 or 3691456. OLE color: 3691456.

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

Color convert

RGB 192 83 56 -
CMYK 0 0.57 0.71 0.25
HSL 11.91º 0.55% 0.49% -
HSV(B) 11.91º 0.71% 0.75% -
XYZ 25.55 17.68 5.81 -
YUV 112.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 192 83 56 0 0.57 0.71 0.25 11.91 0.55 0.49
Hex C0 53 38 0 39 47 19 C 37 31
Octal 300 123 70 0 71 107 31 14 67 61
Binary 11000000 1010011 111000 0 111001 1000111 11001 1100 110111 110001

Color Harmonies of #C05338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05338

Black with #C05338

Text Example


Text Example

White with #C05338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05338; }

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

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

background-color css

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

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

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

border-color css

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

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

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