Html Css Color HEX #C16138 Smoke Tree

📋 copy color: '#C16138'

red 193 ◦ green 97 ◦ blue 56

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

Shades of Smoke Tree #C16138

Tints of Smoke Tree #C16138

RGB

 RED value IS 193 (75.78% from 255) = 55.78%

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 55.78%
G = 28.03%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C16138 (or 0xC16138) is known color: Smoke Tree. HEX triplet: C1, 61 and 38. RGB value is (193,97,56). Sum of RGB (Red+Green+Blue) = 193+97+56=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C16138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16138 is #3E9EC7. Grayscale: #797979. Windows color (decimal): -4103880 or 3695041. OLE color: 3695041.

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

Color convert

RGB 193 97 56 -
CMYK 0 0.50 0.71 0.24
HSL 17.96º 0.55% 0.49% -
HSV(B) 17.96º 0.71% 0.76% -
XYZ 26.98 20.17 6.21 -
YUV 121.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 193 97 56 0 0.50 0.71 0.24 17.96 0.55 0.49
Hex C1 61 38 0 32 47 18 12 37 31
Octal 301 141 70 0 62 107 30 22 67 61
Binary 11000001 1100001 111000 0 110010 1000111 11000 10010 110111 110001

Color Harmonies of #C16138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16138

Black with #C16138

Text Example


Text Example

White with #C16138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16138; }

 p { color: rgb(193,97,56); }

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

background-color css

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

 a { background-color: rgb(193,97,56); }

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

border-color css

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

 span { border-color: rgb(193,97,56); }

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