#C88268

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

Shades of Burning Sand #C88268

Tints of Burning Sand #C88268

Color information

#C88268 (or 0xC88268) is unknown color: approx Burning Sand. HEX triplet: C8, 82 and 68. RGB value is (200,130,104). Sum of RGB (Red+Green+Blue) = 200+130+104=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C88268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88268 is #377D97. Grayscale: #949494. Windows color (decimal): -3636632 or 6849224. OLE color: 6849224.

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

Color convert

RGB200130104-
CMYK00.350.480.22
HSL16.25º46.6%59.61%-
HSV(B)16.25º48%78.43%-
XYZ34.329.2416.93-
YUV147.97103.19165.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=46.08%
G=29.95%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013010400.350.480.2216.2546.659.61
HexC882680233016102f3c
Octal3102021500436026205774
Binary1100100010000010110100001000111100001011010000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88268; }

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

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

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

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

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

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

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

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