#c05d30

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

Shades of Smoke Tree #C05D30

Tints of Smoke Tree #C05D30

Color information

#C05D30 (or 0xC05D30) is unknown color: approx Smoke Tree. HEX triplet: C0, 5D and 30. RGB value is (192,93,48). Sum of RGB (Red+Green+Blue) = 192+93+48=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D30 is #3FA2CF. Grayscale: #757575. Windows color (decimal): -4170448 or 3169728. OLE color: 3169728.

HSL color Cylindrical-coordinate representation of color #C05D30: hue angle of 18.75º 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 #C05D30 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1929348-
CMYK00.520.750.25
HSL18.75º60%47.06%-
HSV(B)18.75º75%75.29%-
XYZ26.1919.255.13-
YUV117.4788.8181.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=57.66%
G=27.93%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192934800.520.750.2518.756047.06
HexC05D300344B19133c2f
Octal3001356006411331237457
Binary110000001011101110000011010010010111100110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05d30; }

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

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

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

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

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

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

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

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