#C17B65

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

Shades of Burning Sand #C17B65

Tints of Burning Sand #C17B65

Color information

#C17B65 (or 0xC17B65) is unknown color: approx Burning Sand. HEX triplet: C1, 7B and 65. RGB value is (193,123,101). Sum of RGB (Red+Green+Blue) = 193+123+101=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B65 is #3E849A. Grayscale: #8D8D8D. Windows color (decimal): -4097179 or 6650817. OLE color: 6650817.

HSL color Cylindrical-coordinate representation of color #C17B65: hue angle of 14.35º 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 #C17B65 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193123101-
CMYK00.360.480.24
HSL14.35º42.59%57.65%-
HSV(B)14.35º47.67%75.69%-
XYZ31.4226.4415.76-
YUV141.42105.19164.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=46.28%
G=29.50%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312310100.360.480.2414.3542.5957.65
HexC17B650243018e2b3a
Octal3011731450446030165372
Binary11000001111101111001010100100110000110001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17B65; }

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

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

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

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

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

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

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

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