#C88766

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

Shades of Burning Sand #C88766

Tints of Burning Sand #C88766

Color information

#C88766 (or 0xC88766) is unknown color: approx Burning Sand. HEX triplet: C8, 87 and 66. RGB value is (200,135,102). Sum of RGB (Red+Green+Blue) = 200+135+102=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C88766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88766 is #377899. Grayscale: #969696. Windows color (decimal): -3635354 or 6719432. OLE color: 6719432.

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

Color convert

RGB200135102-
CMYK00.320.490.22
HSL20.2º47.12%59.22%-
HSV(B)20.2º49%78.43%-
XYZ34.8830.5716.63-
YUV150.67100.53163.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=45.77%
G=30.89%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013510200.320.490.2220.247.1259.22
HexC887660203116142f3b
Octal3102071460406126245773
Binary1100100010000111110011001000001100011011010100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88766; }

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

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

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

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

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

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

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

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