#C05D2E

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

Shades of Smoke Tree #C05D2E

Tints of Smoke Tree #C05D2E

Color information

#C05D2E (or 0xC05D2E) is unknown color: approx Smoke Tree. HEX triplet: C0, 5D and 2E. RGB value is (192,93,46). Sum of RGB (Red+Green+Blue) = 192+93+46=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D2E is #3FA2D1. Grayscale: #757575. Windows color (decimal): -4170450 or 3038656. OLE color: 3038656.

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

Color convert

RGB1929346-
CMYK00.520.760.25
HSL19.32º61.34%46.67%-
HSV(B)19.32º76.04%75.29%-
XYZ26.1519.234.92-
YUV117.2487.8181.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=58.01%
G=28.10%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192934600.520.760.2519.3261.3446.67
HexC05D2E0344C19133d2f
Octal3001355606411431237557
Binary110000001011101101110011010010011001100110011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D2E; }

 p { color: rgb(192,93,46); }

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

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

 a { background-color: rgb(192,93,46); }

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

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

 span { border-color: rgb(192,93,46); }

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