Html Css Color HEX #C16136 Smoke Tree

📋 copy color: '#C16136'

red 193 ◦ green 97 ◦ blue 54

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

Shades of Smoke Tree #C16136

Tints of Smoke Tree #C16136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 56.1%
G = 28.2%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C16136 (or 0xC16136) is known color: Smoke Tree. HEX triplet: C1, 61 and 36. RGB value is (193,97,54). Sum of RGB (Red+Green+Blue) = 193+97+54=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C16136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16136 is #3E9EC9. Grayscale: #797979. Windows color (decimal): -4103882 or 3563969. OLE color: 3563969.

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

Color convert

RGB 193 97 54 -
CMYK 0 0.50 0.72 0.24
HSL 18.56º 0.56% 0.48% -
HSV(B) 18.56º 0.72% 0.76% -
XYZ 26.93 20.15 5.96 -
YUV 120.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 193 97 54 0 0.50 0.72 0.24 18.56 0.56 0.48
Hex C1 61 36 0 32 48 18 13 38 30
Octal 301 141 66 0 62 110 30 23 70 60
Binary 11000001 1100001 110110 0 110010 1001000 11000 10011 111000 110000

Color Harmonies of #C16136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16136

Black with #C16136

Text Example


Text Example

White with #C16136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16136; }

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

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

background-color css

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

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

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

border-color css

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

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

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