#C17E65

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

Shades of Burning Sand #C17E65

Tints of Burning Sand #C17E65

Color information

#C17E65 (or 0xC17E65) is unknown color: approx Burning Sand. HEX triplet: C1, 7E and 65. RGB value is (193,126,101). Sum of RGB (Red+Green+Blue) = 193+126+101=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E65 is #3E819A. Grayscale: #8F8F8F. Windows color (decimal): -4096411 or 6651585. OLE color: 6651585.

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

Color convert

RGB193126101-
CMYK00.350.480.24
HSL16.3º42.59%57.65%-
HSV(B)16.3º47.67%75.69%-
XYZ31.827.215.89-
YUV143.18104.2163.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=45.95%
G=30%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312610100.350.480.2416.342.5957.65
HexC17E650233018102b3a
Octal3011761450436030205372
Binary110000011111110110010101000111100001100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E65; }

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

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

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

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

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

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

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

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