#C8826F

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

Shades of Burning Sand #C8826F

Tints of Burning Sand #C8826F

Color information

#C8826F (or 0xC8826F) is unknown color: approx Burning Sand. HEX triplet: C8, 82 and 6F. RGB value is (200,130,111). Sum of RGB (Red+Green+Blue) = 200+130+111=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8826F is #377D90. Grayscale: #949494. Windows color (decimal): -3636625 or 7307976. OLE color: 7307976.

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

Color convert

RGB200130111-
CMYK00.350.440.22
HSL12.81º44.72%60.98%-
HSV(B)12.81º44.5%78.43%-
XYZ34.6729.3918.88-
YUV148.76106.69164.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=45.35%
G=29.48%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013011100.350.440.2212.8144.7260.98
HexC8826F0232C16d2d3d
Octal3102021570435426155575
Binary110010001000001011011110100011101100101101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8826F; }

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

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

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

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

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

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

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

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