Html Css Color HEX #C16132 Smoke Tree

📋 copy color: '#C16132'

red 193 ◦ green 97 ◦ blue 50

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

Shades of Smoke Tree #C16132

Tints of Smoke Tree #C16132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 56.76%
G = 28.53%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C16132 (or 0xC16132) is known color: Smoke Tree. HEX triplet: C1, 61 and 32. RGB value is (193,97,50). Sum of RGB (Red+Green+Blue) = 193+97+50=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C16132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16132 is #3E9ECD. Grayscale: #787878. Windows color (decimal): -4103886 or 3301825. OLE color: 3301825.

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

Color convert

RGB 193 97 50 -
CMYK 0 0.50 0.74 0.24
HSL 19.72º 0.59% 0.48% -
HSV(B) 19.72º 0.74% 0.76% -
XYZ 26.84 20.12 5.49 -
YUV 120.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 193 97 50 0 0.50 0.74 0.24 19.72 0.59 0.48
Hex C1 61 32 0 32 4A 18 14 3B 30
Octal 301 141 62 0 62 112 30 24 73 60
Binary 11000001 1100001 110010 0 110010 1001010 11000 10100 111011 110000

Color Harmonies of #C16132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16132

Black with #C16132

Text Example


Text Example

White with #C16132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16132; }

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

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

background-color css

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

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

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

border-color css

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

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

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