#C68568

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

Shades of Burning Sand #C68568

Tints of Burning Sand #C68568

Color information

#C68568 (or 0xC68568) is unknown color: approx Burning Sand. HEX triplet: C6, 85 and 68. RGB value is (198,133,104). Sum of RGB (Red+Green+Blue) = 198+133+104=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68568 is #397A97. Grayscale: #959595. Windows color (decimal): -3766936 or 6849990. OLE color: 6849990.

HSL color Cylindrical-coordinate representation of color #C68568: hue angle of 18.51º 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 #C68568 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198133104-
CMYK00.330.470.22
HSL18.51º45.19%59.22%-
HSV(B)18.51º47.47%77.65%-
XYZ34.1729.7817.04-
YUV149.13102.53162.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=45.52%
G=30.57%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813310400.330.470.2218.5145.1959.22
HexC685680212F16132d3b
Octal3062051500415726235573
Binary1100011010000101110100001000011011111011010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68568; }

 p { color: rgb(198,133,104); }

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

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

 a { background-color: rgb(198,133,104); }

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

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

 span { border-color: rgb(198,133,104); }

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