#C68163

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

Shades of Burning Sand #C68163

Tints of Burning Sand #C68163

Color information

#C68163 (or 0xC68163) is unknown color: approx Burning Sand. HEX triplet: C6, 81 and 63. RGB value is (198,129,99). Sum of RGB (Red+Green+Blue) = 198+129+99=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C68163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68163 is #397E9C. Grayscale: #929292. Windows color (decimal): -3767965 or 6521286. OLE color: 6521286.

HSL color Cylindrical-coordinate representation of color #C68163: hue angle of 18.18º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C68163 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19812999-
CMYK00.350.500.22
HSL18.18º46.48%58.24%-
HSV(B)18.18º50%77.65%-
XYZ33.3928.6115.57-
YUV146.21101.36164.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=46.48%
G=30.28%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981299900.350.500.2218.1846.4858.24
HexC681630233216122e3a
Octal3062011430436226225672
Binary1100011010000001110001101000111100101011010010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68163; }

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

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

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

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

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

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

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

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