#C88371

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

Shades of Burning Sand #C88371

Tints of Burning Sand #C88371

Color information

#C88371 (or 0xC88371) is unknown color: approx Burning Sand. HEX triplet: C8, 83 and 71. RGB value is (200,131,113). Sum of RGB (Red+Green+Blue) = 200+131+113=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88371 is #377C8E. Grayscale: #959595. Windows color (decimal): -3636367 or 7439304. OLE color: 7439304.

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

Color convert

RGB200131113-
CMYK00.340.440.22
HSL12.41º44.16%61.37%-
HSV(B)12.41º43.5%78.43%-
XYZ34.9229.719.52-
YUV149.58107.36163.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=45.05%
G=29.50%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013111300.340.440.2212.4144.1661.37
HexC883710222C16c2c3d
Octal3102031610425426145475
Binary110010001000001111100010100010101100101101100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88371; }

 p { color: rgb(200,131,113); }

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

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

 a { background-color: rgb(200,131,113); }

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

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

 span { border-color: rgb(200,131,113); }

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