#C88272

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

Shades of Burning Sand #C88272

Tints of Burning Sand #C88272

Color information

#C88272 (or 0xC88272) is unknown color: approx Burning Sand. HEX triplet: C8, 82 and 72. RGB value is (200,130,114). Sum of RGB (Red+Green+Blue) = 200+130+114=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88272 is #377D8D. Grayscale: #959595. Windows color (decimal): -3636622 or 7504584. OLE color: 7504584.

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

Color convert

RGB200130114-
CMYK00.350.430.22
HSL11.16º43.88%61.57%-
HSV(B)11.16º43%78.43%-
XYZ34.8429.4619.77-
YUV149.11108.19164.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=45.05%
G=29.28%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013011400.350.430.2211.1643.8861.57
HexC882720232B16b2c3e
Octal3102021620435326135476
Binary110010001000001011100100100011101011101101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88272; }

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

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

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

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

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

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

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

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