#C05F35

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

Shades of Smoke Tree #C05F35

Tints of Smoke Tree #C05F35

Color information

#C05F35 (or 0xC05F35) is unknown color: approx Smoke Tree. HEX triplet: C0, 5F and 35. RGB value is (192,95,53). Sum of RGB (Red+Green+Blue) = 192+95+53=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F35 is #3FA0CA. Grayscale: #777777. Windows color (decimal): -4169931 or 3497920. OLE color: 3497920.

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

Color convert

RGB1929553-
CMYK00.510.720.25
HSL18.13º56.73%48.04%-
HSV(B)18.13º72.4%75.29%-
XYZ26.4719.655.77-
YUV119.2290.64179.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=56.47%
G=27.94%
B=15.59%

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
Decimal192955300.510.720.2518.1356.7348.04
HexC05F350334819123930
Octal3001376506311031227160
Binary110000001011111110101011001110010001100110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F35; }

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

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

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

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

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

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

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

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