#C88156

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

Shades of Burning Sand #C88156

Tints of Burning Sand #C88156

Color information

#C88156 (or 0xC88156) is unknown color: approx Burning Sand. HEX triplet: C8, 81 and 56. RGB value is (200,129,86). Sum of RGB (Red+Green+Blue) = 200+129+86=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88156 is #377EA9. Grayscale: #919191. Windows color (decimal): -3636906 or 5669320. OLE color: 5669320.

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

Color convert

RGB20012986-
CMYK00.360.570.22
HSL22.63º50.89%56.08%-
HSV(B)22.63º57%78.43%-
XYZ33.3528.6512.58-
YUV145.3394.52167-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=48.19%
G=31.08%
B=20.72%

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
Decimal2001298600.360.570.2222.6350.8956.08
HexC881560243916173338
Octal3102011260447126276370
Binary1100100010000001101011001001001110011011010111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88156; }

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

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

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

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

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

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

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

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