#C8866E

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

Shades of Burning Sand #C8866E

Tints of Burning Sand #C8866E

Color information

#C8866E (or 0xC8866E) is unknown color: approx Burning Sand. HEX triplet: C8, 86 and 6E. RGB value is (200,134,110). Sum of RGB (Red+Green+Blue) = 200+134+110=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8866E is #377991. Grayscale: #979797. Windows color (decimal): -3635602 or 7243464. OLE color: 7243464.

HSL color Cylindrical-coordinate representation of color #C8866E: hue angle of 16º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8866E is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB200134110-
CMYK00.330.450.22
HSL16º45%60.78%-
HSV(B)16º45%78.43%-
XYZ35.1630.4618.78-
YUV151104.87162.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=45.05%
G=30.18%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013411000.330.450.22164560.78
HexC8866E0212D16102d3d
Octal3102061560415526205575
Binary1100100010000110110111001000011011011011010000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8866E; }

 p { color: rgb(200,134,110); }

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

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

 a { background-color: rgb(200,134,110); }

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

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

 span { border-color: rgb(200,134,110); }

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