#C88058

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

Shades of Burning Sand #C88058

Tints of Burning Sand #C88058

Color information

#C88058 (or 0xC88058) is unknown color: approx Burning Sand. HEX triplet: C8, 80 and 58. RGB value is (200,128,88). Sum of RGB (Red+Green+Blue) = 200+128+88=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88058 is #377FA7. Grayscale: #919191. Windows color (decimal): -3637160 or 5800136. OLE color: 5800136.

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

Color convert

RGB20012888-
CMYK00.360.560.22
HSL21.43º50.45%56.47%-
HSV(B)21.43º56%78.43%-
XYZ33.328.4212.96-
YUV144.9795.85167.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 88 (34.77% from 255) = 21.15%
R=48.08%
G=30.77%
B=21.15%

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
Decimal2001288800.360.560.2221.4350.4556.47
HexC880580243816153238
Octal3102001300447026256270
Binary1100100010000000101100001001001110001011010101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88058; }

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

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

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

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

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

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

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

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