Html Css Color HEX #C15B30 Smoke Tree

📋 copy color: '#C15B30'

red 193 ◦ green 91 ◦ blue 48

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

Shades of Smoke Tree #C15B30

Tints of Smoke Tree #C15B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 58.13%
G = 27.41%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15B30 (or 0xC15B30) is known color: Smoke Tree. HEX triplet: C1, 5B and 30. RGB value is (193,91,48). Sum of RGB (Red+Green+Blue) = 193+91+48=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B30 is #3EA4CF. Grayscale: #747474. Windows color (decimal): -4105424 or 3169217. OLE color: 3169217.

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

Color convert

RGB 193 91 48 -
CMYK 0 0.53 0.75 0.24
HSL 17.79º 0.6% 0.47% -
HSV(B) 17.79º 0.75% 0.76% -
XYZ 26.27 19.03 5.09 -
YUV 116.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 193 91 48 0 0.53 0.75 0.24 17.79 0.6 0.47
Hex C1 5B 30 0 35 4B 18 12 3C 2F
Octal 301 133 60 0 65 113 30 22 74 57
Binary 11000001 1011011 110000 0 110101 1001011 11000 10010 111100 101111

Color Harmonies of #C15B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B30

Black with #C15B30

Text Example


Text Example

White with #C15B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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