#c8846e

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

Shades of Burning Sand #C8846E

Tints of Burning Sand #C8846E

Color information

#C8846E (or 0xC8846E) is unknown color: approx Burning Sand. HEX triplet: C8, 84 and 6E. RGB value is (200,132,110). Sum of RGB (Red+Green+Blue) = 200+132+110=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8846E is #377B91. Grayscale: #959595. Windows color (decimal): -3636114 or 7242952. OLE color: 7242952.

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

Color convert

RGB200132110-
CMYK00.340.450.22
HSL14.67º45%60.78%-
HSV(B)14.67º45%78.43%-
XYZ34.8929.9118.69-
YUV149.82105.53163.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=45.25%
G=29.86%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013211000.340.450.2214.674560.78
HexC8846E0222D16f2d3d
Octal3102041560425526175575
Binary110010001000010011011100100010101101101101111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8846e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8846e; }

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

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

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

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

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

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

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

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