Html Css Color HEX #C15930 Smoke Tree

📋 copy color: '#C15930'

red 193 ◦ green 89 ◦ blue 48

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

Shades of Smoke Tree #C15930

Tints of Smoke Tree #C15930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 58.48%
G = 26.97%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C15930 (or 0xC15930) is known color: Smoke Tree. HEX triplet: C1, 59 and 30. RGB value is (193,89,48). Sum of RGB (Red+Green+Blue) = 193+89+48=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15930 is #3EA6CF. Grayscale: #737373. Windows color (decimal): -4105936 or 3168705. OLE color: 3168705.

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

Color convert

RGB 193 89 48 -
CMYK 0 0.54 0.75 0.24
HSL 16.97º 0.6% 0.47% -
HSV(B) 16.97º 0.75% 0.76% -
XYZ 26.1 18.7 5.03 -
YUV 115.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 193 89 48 0 0.54 0.75 0.24 16.97 0.6 0.47
Hex C1 59 30 0 36 4B 18 11 3C 2F
Octal 301 131 60 0 66 113 30 21 74 57
Binary 11000001 1011001 110000 0 110110 1001011 11000 10001 111100 101111

Color Harmonies of #C15930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15930

Black with #C15930

Text Example


Text Example

White with #C15930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15930; }

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

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

background-color css

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

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

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

border-color css

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

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

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