#C88158

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

Shades of Burning Sand #C88158

Tints of Burning Sand #C88158

Color information

#C88158 (or 0xC88158) is unknown color: approx Burning Sand. HEX triplet: C8, 81 and 58. RGB value is (200,129,88). Sum of RGB (Red+Green+Blue) = 200+129+88=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88158 is #377EA7. Grayscale: #919191. Windows color (decimal): -3636904 or 5800392. OLE color: 5800392.

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

Color convert

RGB20012988-
CMYK00.360.560.22
HSL21.96º50.45%56.47%-
HSV(B)21.96º56%78.43%-
XYZ33.4328.6813.01-
YUV145.5695.52166.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=47.96%
G=30.94%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001298800.360.560.2221.9650.4556.47
HexC881580243816163238
Octal3102011300447026266270
Binary1100100010000001101100001001001110001011010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88158; }

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

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

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

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

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

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

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

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