Html Css Color HEX #C15A2E Smoke Tree

📋 copy color: '#C15A2E'

red 193 ◦ green 90 ◦ blue 46

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

Shades of Smoke Tree #C15A2E

Tints of Smoke Tree #C15A2E

RGB

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

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

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

R = 58.66%
G = 27.36%
B = 13.98%

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

#C15A2E (or 0xC15A2E) is known color: Smoke Tree. HEX triplet: C1, 5A and 2E. RGB value is (193,90,46). Sum of RGB (Red+Green+Blue) = 193+90+46=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A2E is #3EA5D1. Grayscale: #747474. Windows color (decimal): -4105682 or 3037889. OLE color: 3037889.

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

Color convert

RGB 193 90 46 -
CMYK 0 0.53 0.76 0.24
HSL 17.96º 0.62% 0.47% -
HSV(B) 17.96º 0.76% 0.76% -
XYZ 26.14 18.85 4.84 -
YUV 115.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 193 90 46 0 0.53 0.76 0.24 17.96 0.62 0.47
Hex C1 5A 2E 0 35 4C 18 12 3E 2F
Octal 301 132 56 0 65 114 30 22 76 57
Binary 11000001 1011010 101110 0 110101 1001100 11000 10010 111110 101111

Color Harmonies of #C15A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A2E

Black with #C15A2E

Text Example


Text Example

White with #C15A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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