#C17D69

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

Shades of Burning Sand #C17D69

Tints of Burning Sand #C17D69

Color information

#C17D69 (or 0xC17D69) is unknown color: approx Burning Sand. HEX triplet: C1, 7D and 69. RGB value is (193,125,105). Sum of RGB (Red+Green+Blue) = 193+125+105=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D69 is #3E8296. Grayscale: #8F8F8F. Windows color (decimal): -4096663 or 6913473. OLE color: 6913473.

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

Color convert

RGB193125105-
CMYK00.350.460.24
HSL13.64º41.51%58.43%-
HSV(B)13.64º45.6%75.69%-
XYZ31.8827.0216.9-
YUV143.05106.53163.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=45.63%
G=29.55%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312510500.350.460.2413.6441.5158.43
HexC17D690232E18e2a3a
Octal3011751510435630165272
Binary11000001111110111010010100011101110110001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D69; }

 p { color: rgb(193,125,105); }

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

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

 a { background-color: rgb(193,125,105); }

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

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

 span { border-color: rgb(193,125,105); }

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