#C68059

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

Shades of Burning Sand #C68059

Tints of Burning Sand #C68059

Color information

#C68059 (or 0xC68059) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 59. RGB value is (198,128,89). Sum of RGB (Red+Green+Blue) = 198+128+89=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C68059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68059 is #397FA6. Grayscale: #909090. Windows color (decimal): -3768231 or 5865670. OLE color: 5865670.

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

Color convert

RGB19812889-
CMYK00.350.550.22
HSL21.47º48.88%56.27%-
HSV(B)21.47º55.05%77.65%-
XYZ32.8128.1713.16-
YUV144.4896.69166.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=47.71%
G=30.84%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981288900.350.550.2221.4748.8856.27
HexC680590233716153138
Octal3062001310436726256170
Binary1100011010000000101100101000111101111011010101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68059; }

 p { color: rgb(198,128,89); }

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

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

 a { background-color: rgb(198,128,89); }

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

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

 span { border-color: rgb(198,128,89); }

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