#C17E5F

Color #C17E5F Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C17E5F

Tints of Burning Sand #C17E5F

Color information

#C17E5F (or 0xC17E5F) is unknown color: approx Burning Sand. HEX triplet: C1, 7E and 5F. RGB value is (193,126,95). Sum of RGB (Red+Green+Blue) = 193+126+95=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E5F is #3E81A0. Grayscale: #8E8E8E. Windows color (decimal): -4096417 or 6258369. OLE color: 6258369.

HSL color Cylindrical-coordinate representation of color #C17E5F: hue angle of 18.98º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17E5F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19312695-
CMYK00.350.510.24
HSL18.98º44.14%56.47%-
HSV(B)18.98º50.78%75.69%-
XYZ31.5227.0914.39-
YUV142.5101.2164.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=46.62%
G=30.43%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931269500.350.510.2418.9844.1456.47
HexC17E5F0233318132c38
Octal3011761370436330235470
Binary110000011111110101111101000111100111100010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E5F; }

 p { color: rgb(193,126,95); }

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

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

 a { background-color: rgb(193,126,95); }

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

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

 span { border-color: rgb(193,126,95); }

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