#C88155

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

Shades of Burning Sand #C88155

Tints of Burning Sand #C88155

Color information

#C88155 (or 0xC88155) is unknown color: approx Burning Sand. HEX triplet: C8, 81 and 55. RGB value is (200,129,85). Sum of RGB (Red+Green+Blue) = 200+129+85=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C88155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88155 is #377EAA. Grayscale: #919191. Windows color (decimal): -3636907 or 5603784. OLE color: 5603784.

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

Color convert

RGB20012985-
CMYK00.360.580.22
HSL22.96º51.11%55.88%-
HSV(B)22.96º57.5%78.43%-
XYZ33.3128.6412.37-
YUV145.2194.02167.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=48.31%
G=31.16%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001298500.360.580.2222.9651.1155.88
HexC881550243A16173338
Octal3102011250447226276370
Binary1100100010000001101010101001001110101011010111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88155; }

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

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

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

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

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

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

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

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