#C88258

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

Shades of Burning Sand #C88258

Tints of Burning Sand #C88258

Color information

#C88258 (or 0xC88258) is unknown color: approx Burning Sand. HEX triplet: C8, 82 and 58. RGB value is (200,130,88). Sum of RGB (Red+Green+Blue) = 200+130+88=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C88258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88258 is #377DA7. Grayscale: #929292. Windows color (decimal): -3636648 or 5800648. OLE color: 5800648.

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

Color convert

RGB20013088-
CMYK00.350.560.22
HSL22.5º50.45%56.47%-
HSV(B)22.5º56%78.43%-
XYZ33.5628.9513.05-
YUV146.1495.19166.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=47.85%
G=31.10%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001308800.350.560.2222.550.4556.47
HexC882580233816173238
Octal3102021300437026276270
Binary1100100010000010101100001000111110001011010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88258; }

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

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

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

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

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

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

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

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