#C8875F

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

Shades of Burning Sand #C8875F

Tints of Burning Sand #C8875F

Color information

#C8875F (or 0xC8875F) is unknown color: approx Burning Sand. HEX triplet: C8, 87 and 5F. RGB value is (200,135,95). Sum of RGB (Red+Green+Blue) = 200+135+95=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8875F is #3778A0. Grayscale: #969696. Windows color (decimal): -3635361 or 6260680. OLE color: 6260680.

HSL color Cylindrical-coordinate representation of color #C8875F: hue angle of 22.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8875F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20013595-
CMYK00.320.520.22
HSL22.86º48.84%57.84%-
HSV(B)22.86º52.5%78.43%-
XYZ34.5530.4314.88-
YUV149.8897.03163.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=46.51%
G=31.40%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001359500.320.520.2222.8648.8457.84
HexC8875F020341617313a
Octal3102071370406426276172
Binary1100100010000111101111101000001101001011010111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8875F; }

 p { color: rgb(200,135,95); }

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

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

 a { background-color: rgb(200,135,95); }

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

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

 span { border-color: rgb(200,135,95); }

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