#C68169

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

Shades of Burning Sand #C68169

Tints of Burning Sand #C68169

Color information

#C68169 (or 0xC68169) is unknown color: approx Burning Sand. HEX triplet: C6, 81 and 69. RGB value is (198,129,105). Sum of RGB (Red+Green+Blue) = 198+129+105=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68169 is #397E96. Grayscale: #939393. Windows color (decimal): -3767959 or 6914502. OLE color: 6914502.

HSL color Cylindrical-coordinate representation of color #C68169: hue angle of 15.48º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C68169 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198129105-
CMYK00.350.470.22
HSL15.48º44.93%59.41%-
HSV(B)15.48º46.97%77.65%-
XYZ33.6928.7317.13-
YUV146.9104.36164.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=45.83%
G=29.86%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812910500.350.470.2215.4844.9359.41
HexC681690232F16f2d3b
Octal3062011510435726175573
Binary110001101000000111010010100011101111101101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68169; }

 p { color: rgb(198,129,105); }

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

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

 a { background-color: rgb(198,129,105); }

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

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

 span { border-color: rgb(198,129,105); }

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