Html Css Color HEX #C1582C Smoke Tree

📋 copy color: '#C1582C'

red 193 ◦ green 88 ◦ blue 44

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

Shades of Smoke Tree #C1582C

Tints of Smoke Tree #C1582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 59.38%
G = 27.08%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1582C (or 0xC1582C) is known color: Smoke Tree. HEX triplet: C1, 58 and 2C. RGB value is (193,88,44). Sum of RGB (Red+Green+Blue) = 193+88+44=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1582C is #3EA7D3. Grayscale: #727272. Windows color (decimal): -4106196 or 2906305. OLE color: 2906305.

HSL color Cylindrical-coordinate representation of color #C1582C: hue angle of 17.72º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1582C is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 44 -
CMYK 0 0.54 0.77 0.24
HSL 17.72º 0.63% 0.46% -
HSV(B) 17.72º 0.77% 0.76% -
XYZ 25.94 18.5 4.59 -
YUV 114.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 193 88 44 0 0.54 0.77 0.24 17.72 0.63 0.46
Hex C1 58 2C 0 36 4D 18 12 3F 2E
Octal 301 130 54 0 66 115 30 22 77 56
Binary 11000001 1011000 101100 0 110110 1001101 11000 10010 111111 101110

Color Harmonies of #C1582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1582C

Black with #C1582C

Text Example


Text Example

White with #C1582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1582C; }

 p { color: rgb(193,88,44); }

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

background-color css

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

 a { background-color: rgb(193,88,44); }

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

border-color css

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

 span { border-color: rgb(193,88,44); }

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