Html Css Color HEX #C16236 Smoke Tree

📋 copy color: '#C16236'

red 193 ◦ green 98 ◦ blue 54

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

Shades of Smoke Tree #C16236

Tints of Smoke Tree #C16236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 55.94%
G = 28.41%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C16236 (or 0xC16236) is known color: Smoke Tree. HEX triplet: C1, 62 and 36. RGB value is (193,98,54). Sum of RGB (Red+Green+Blue) = 193+98+54=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C16236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16236 is #3E9DC9. Grayscale: #797979. Windows color (decimal): -4103626 or 3564225. OLE color: 3564225.

HSL color Cylindrical-coordinate representation of color #C16236: hue angle of 18.99º 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 #C16236 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 54 -
CMYK 0 0.49 0.72 0.24
HSL 18.99º 0.56% 0.48% -
HSV(B) 18.99º 0.72% 0.76% -
XYZ 27.03 20.34 5.99 -
YUV 121.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 193 98 54 0 0.49 0.72 0.24 18.99 0.56 0.48
Hex C1 62 36 0 31 48 18 13 38 30
Octal 301 142 66 0 61 110 30 23 70 60
Binary 11000001 1100010 110110 0 110001 1001000 11000 10011 111000 110000

Color Harmonies of #C16236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16236

Black with #C16236

Text Example


Text Example

White with #C16236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16236; }

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

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

background-color css

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

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

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

border-color css

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

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

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