#C88566

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

Shades of Burning Sand #C88566

Tints of Burning Sand #C88566

Color information

#C88566 (or 0xC88566) is unknown color: approx Burning Sand. HEX triplet: C8, 85 and 66. RGB value is (200,133,102). Sum of RGB (Red+Green+Blue) = 200+133+102=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88566 is #377A99. Grayscale: #959595. Windows color (decimal): -3635866 or 6718920. OLE color: 6718920.

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

Color convert

RGB200133102-
CMYK00.340.490.22
HSL18.98º47.12%59.22%-
HSV(B)18.98º49%78.43%-
XYZ34.6130.0116.54-
YUV149.5101.2164.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=45.98%
G=30.57%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013310200.340.490.2218.9847.1259.22
HexC885660223116132f3b
Octal3102051460426126235773
Binary1100100010000101110011001000101100011011010011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88566; }

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

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

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

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

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

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

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

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