#C88568

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

Shades of Burning Sand #C88568

Tints of Burning Sand #C88568

Color information

#C88568 (or 0xC88568) is unknown color: approx Burning Sand. HEX triplet: C8, 85 and 68. RGB value is (200,133,104). Sum of RGB (Red+Green+Blue) = 200+133+104=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C88568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88568 is #377A97. Grayscale: #959595. Windows color (decimal): -3635864 or 6849992. OLE color: 6849992.

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

Color convert

RGB200133104-
CMYK00.340.480.22
HSL18.13º46.6%59.61%-
HSV(B)18.13º48%78.43%-
XYZ34.7130.0517.07-
YUV149.73102.2163.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=45.77%
G=30.43%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013310400.340.480.2218.1346.659.61
HexC885680223016122f3c
Octal3102051500426026225774
Binary1100100010000101110100001000101100001011010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88568; }

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

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

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

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

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

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

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

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