Html Css Color HEX #C15A32 Smoke Tree

📋 copy color: '#C15A32'

red 193 ◦ green 90 ◦ blue 50

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

Shades of Smoke Tree #C15A32

Tints of Smoke Tree #C15A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 57.96%
G = 27.03%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C15A32 (or 0xC15A32) is known color: Smoke Tree. HEX triplet: C1, 5A and 32. RGB value is (193,90,50). Sum of RGB (Red+Green+Blue) = 193+90+50=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A32 is #3EA5CD. Grayscale: #747474. Windows color (decimal): -4105678 or 3300033. OLE color: 3300033.

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

Color convert

RGB 193 90 50 -
CMYK 0 0.53 0.74 0.24
HSL 16.78º 0.59% 0.48% -
HSV(B) 16.78º 0.74% 0.76% -
XYZ 26.22 18.88 5.28 -
YUV 116.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 193 90 50 0 0.53 0.74 0.24 16.78 0.59 0.48
Hex C1 5A 32 0 35 4A 18 11 3B 30
Octal 301 132 62 0 65 112 30 21 73 60
Binary 11000001 1011010 110010 0 110101 1001010 11000 10001 111011 110000

Color Harmonies of #C15A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A32

Black with #C15A32

Text Example


Text Example

White with #C15A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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