#C8826B

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

Shades of Burning Sand #C8826B

Tints of Burning Sand #C8826B

Color information

#C8826B (or 0xC8826B) is unknown color: approx Burning Sand. HEX triplet: C8, 82 and 6B. RGB value is (200,130,107). Sum of RGB (Red+Green+Blue) = 200+130+107=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8826B is #377D94. Grayscale: #949494. Windows color (decimal): -3636629 or 7045832. OLE color: 7045832.

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

Color convert

RGB200130107-
CMYK00.350.460.22
HSL14.84º45.81%60.2%-
HSV(B)14.84º46.5%78.43%-
XYZ34.4629.3117.75-
YUV148.31104.69164.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 107 (42.19% from 255) = 24.49%
R=45.77%
G=29.75%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013010700.350.460.2214.8445.8160.2
HexC8826B0232E16f2e3c
Octal3102021530435626175674
Binary110010001000001011010110100011101110101101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8826B; }

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

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

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

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

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

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

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

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