#C05930

Color #C05930 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #C05930

Tints of Smoke Tree #C05930

Color information

#C05930 (or 0xC05930) is unknown color: approx Smoke Tree. HEX triplet: C0, 59 and 30. RGB value is (192,89,48). Sum of RGB (Red+Green+Blue) = 192+89+48=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05930 is #3FA6CF. Grayscale: #737373. Windows color (decimal): -4171472 or 3168704. OLE color: 3168704.

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

Color convert

RGB1928948-
CMYK00.540.750.25
HSL17.08º60%47.06%-
HSV(B)17.08º75%75.29%-
XYZ25.8418.565.02-
YUV115.1290.12182.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=58.36%
G=27.05%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192894800.540.750.2517.086047.06
HexC059300364B19113c2f
Octal3001316006611331217457
Binary110000001011001110000011011010010111100110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05930; }

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

 H1.HeaderClassName
 {
   color: #C05930;
 }
 .AnyTagClassName
 {
   color: #C05930;
 }
</style>
background-color css

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

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

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

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

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

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