#C68056

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

Shades of Burning Sand #C68056

Tints of Burning Sand #C68056

Color information

#C68056 (or 0xC68056) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 56. RGB value is (198,128,86). Sum of RGB (Red+Green+Blue) = 198+128+86=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68056 is #397FA9. Grayscale: #909090. Windows color (decimal): -3768234 or 5669062. OLE color: 5669062.

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

Color convert

RGB19812886-
CMYK00.350.570.22
HSL22.5º49.56%55.69%-
HSV(B)22.5º56.57%77.65%-
XYZ32.6928.1212.51-
YUV144.1495.19166.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=48.06%
G=31.07%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981288600.350.570.2222.549.5655.69
HexC680560233916173238
Octal3062001260437126276270
Binary1100011010000000101011001000111110011011010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68056; }

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

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

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

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

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

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

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

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