Html Css Color HEX #C15B2E Smoke Tree

📋 copy color: '#C15B2E'

red 193 ◦ green 91 ◦ blue 46

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

Shades of Smoke Tree #C15B2E

Tints of Smoke Tree #C15B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 58.48%
G = 27.58%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C15B2E (or 0xC15B2E) is known color: Smoke Tree. HEX triplet: C1, 5B and 2E. RGB value is (193,91,46). Sum of RGB (Red+Green+Blue) = 193+91+46=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B2E is #3EA4D1. Grayscale: #747474. Windows color (decimal): -4105426 or 3038145. OLE color: 3038145.

HSL color Cylindrical-coordinate representation of color #C15B2E: hue angle of 18.37º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C15B2E is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 91 46 -
CMYK 0 0.53 0.76 0.24
HSL 18.37º 0.62% 0.47% -
HSV(B) 18.37º 0.76% 0.76% -
XYZ 26.23 19.02 4.87 -
YUV 116.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 193 91 46 0 0.53 0.76 0.24 18.37 0.62 0.47
Hex C1 5B 2E 0 35 4C 18 12 3E 2F
Octal 301 133 56 0 65 114 30 22 76 57
Binary 11000001 1011011 101110 0 110101 1001100 11000 10010 111110 101111

Color Harmonies of #C15B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B2E

Black with #C15B2E

Text Example


Text Example

White with #C15B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B2E; }

 p { color: rgb(193,91,46); }

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

background-color css

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

 a { background-color: rgb(193,91,46); }

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

border-color css

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

 span { border-color: rgb(193,91,46); }

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