#C2865E

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

Shades of Burning Sand #C2865E

Tints of Burning Sand #C2865E

Color information

#C2865E (or 0xC2865E) is unknown color: approx Burning Sand. HEX triplet: C2, 86 and 5E. RGB value is (194,134,94). Sum of RGB (Red+Green+Blue) = 194+134+94=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865E is #3D79A1. Grayscale: #939393. Windows color (decimal): -4028834 or 6194882. OLE color: 6194882.

HSL color Cylindrical-coordinate representation of color #C2865E: hue angle of 24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2865E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19413494-
CMYK00.310.520.24
HSL24º45.05%56.47%-
HSV(B)24º51.55%76.08%-
XYZ32.7929.3314.52-
YUV147.3897.88161.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=45.97%
G=31.75%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941349400.310.520.242445.0556.47
HexC2865E01F3418182d38
Octal3022061360376430305570
Binary110000101000011010111100111111101001100011000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2865E; }

 p { color: rgb(194,134,94); }

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

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

 a { background-color: rgb(194,134,94); }

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

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

 span { border-color: rgb(194,134,94); }

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