Html Css Color HEX #C15626 Smoke Tree

📋 copy color: '#C15626'

red 193 ◦ green 86 ◦ blue 38

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

Shades of Smoke Tree #C15626

Tints of Smoke Tree #C15626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 60.88%
G = 27.13%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C15626 (or 0xC15626) is known color: Smoke Tree. HEX triplet: C1, 56 and 26. RGB value is (193,86,38). Sum of RGB (Red+Green+Blue) = 193+86+38=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C15626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15626 is #3EA9D9. Grayscale: #707070. Windows color (decimal): -4106714 or 2512577. OLE color: 2512577.

HSL color Cylindrical-coordinate representation of color #C15626: hue angle of 18.58º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C15626 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 38 -
CMYK 0 0.55 0.80 0.24
HSL 18.58º 0.67% 0.45% -
HSV(B) 18.58º 0.8% 0.76% -
XYZ 25.67 18.13 3.98 -
YUV 112.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 193 86 38 0 0.55 0.80 0.24 18.58 0.67 0.45
Hex C1 56 26 0 37 50 18 13 43 2D
Octal 301 126 46 0 67 120 30 23 103 55
Binary 11000001 1010110 100110 0 110111 1010000 11000 10011 1000011 101101

Color Harmonies of #C15626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15626

Black with #C15626

Text Example


Text Example

White with #C15626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15626; }

 p { color: rgb(193,86,38); }

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

background-color css

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

 a { background-color: rgb(193,86,38); }

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

border-color css

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

 span { border-color: rgb(193,86,38); }

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