#C05E34

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

Shades of Smoke Tree #C05E34

Tints of Smoke Tree #C05E34

Color information

#C05E34 (or 0xC05E34) is unknown color: approx Smoke Tree. HEX triplet: C0, 5E and 34. RGB value is (192,94,52). Sum of RGB (Red+Green+Blue) = 192+94+52=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E34 is #3FA1CB. Grayscale: #767676. Windows color (decimal): -4170188 or 3432128. OLE color: 3432128.

HSL color Cylindrical-coordinate representation of color #C05E34: hue angle of 18º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C05E34 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1929452-
CMYK00.510.730.25
HSL18º57.38%47.84%-
HSV(B)18º72.92%75.29%-
XYZ26.3619.465.62-
YUV118.5190.47180.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=56.80%
G=27.81%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192945200.510.730.251857.3847.84
HexC05E340334919123930
Octal3001366406311131227160
Binary110000001011110110100011001110010011100110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E34; }

 p { color: rgb(192,94,52); }

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

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

 a { background-color: rgb(192,94,52); }

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

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

 span { border-color: rgb(192,94,52); }

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