#C05E35

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

Shades of Smoke Tree #C05E35

Tints of Smoke Tree #C05E35

Color information

#C05E35 (or 0xC05E35) is unknown color: approx Smoke Tree. HEX triplet: C0, 5E and 35. RGB value is (192,94,53). Sum of RGB (Red+Green+Blue) = 192+94+53=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E35 is #3FA1CA. Grayscale: #767676. Windows color (decimal): -4170187 or 3497664. OLE color: 3497664.

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

Color convert

RGB1929453-
CMYK00.510.720.25
HSL17.7º56.73%48.04%-
HSV(B)17.7º72.4%75.29%-
XYZ26.3819.475.74-
YUV118.6390.97180.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=56.64%
G=27.73%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192945300.510.720.2517.756.7348.04
HexC05E350334819123930
Octal3001366506311031227160
Binary110000001011110110101011001110010001100110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E35; }

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

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

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

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

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

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

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

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