#C88056

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

Shades of Burning Sand #C88056

Tints of Burning Sand #C88056

Color information

#C88056 (or 0xC88056) is unknown color: approx Burning Sand. HEX triplet: C8, 80 and 56. RGB value is (200,128,86). Sum of RGB (Red+Green+Blue) = 200+128+86=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C88056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88056 is #377FA9. Grayscale: #909090. Windows color (decimal): -3637162 or 5669064. OLE color: 5669064.

HSL color Cylindrical-coordinate representation of color #C88056: hue angle of 22.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C88056 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB20012886-
CMYK00.360.570.22
HSL22.11º50.89%56.08%-
HSV(B)22.11º57%78.43%-
XYZ33.2228.3912.53-
YUV144.7494.85167.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=48.31%
G=30.92%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001288600.360.570.2222.1150.8956.08
HexC880560243916163338
Octal3102001260447126266370
Binary1100100010000000101011001001001110011011010110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88056; }

 p { color: rgb(200,128,86); }

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

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

 a { background-color: rgb(200,128,86); }

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

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

 span { border-color: rgb(200,128,86); }

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