Html Css Color HEX #C0582C Smoke Tree

📋 copy color: '#C0582C'

red 192 ◦ green 88 ◦ blue 44

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

Shades of Smoke Tree #C0582C

Tints of Smoke Tree #C0582C

RGB

 RED value IS 192 (75.39% from 255) = 59.26%

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

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

R = 59.26%
G = 27.16%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0582C (or 0xC0582C) is known color: Smoke Tree. HEX triplet: C0, 58 and 2C. RGB value is (192,88,44). Sum of RGB (Red+Green+Blue) = 192+88+44=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0582C is #3FA7D3. Grayscale: #727272. Windows color (decimal): -4171732 or 2906304. OLE color: 2906304.

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

Color convert

RGB 192 88 44 -
CMYK 0 0.54 0.77 0.25
HSL 17.84º 0.63% 0.46% -
HSV(B) 17.84º 0.77% 0.75% -
XYZ 25.68 18.37 4.57 -
YUV 114.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 192 88 44 0 0.54 0.77 0.25 17.84 0.63 0.46
Hex C0 58 2C 0 36 4D 19 12 3F 2E
Octal 300 130 54 0 66 115 31 22 77 56
Binary 11000000 1011000 101100 0 110110 1001101 11001 10010 111111 101110

Color Harmonies of #C0582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0582C

Black with #C0582C

Text Example


Text Example

White with #C0582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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