#C28760

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

Shades of Burning Sand #C28760

Tints of Burning Sand #C28760

Color information

#C28760 (or 0xC28760) is unknown color: approx Burning Sand. HEX triplet: C2, 87 and 60. RGB value is (194,135,96). Sum of RGB (Red+Green+Blue) = 194+135+96=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28760 is #3D789F. Grayscale: #949494. Windows color (decimal): -4028576 or 6326210. OLE color: 6326210.

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

Color convert

RGB19413596-
CMYK00.300.510.24
HSL23.88º44.55%56.86%-
HSV(B)23.88º50.52%76.08%-
XYZ33.0229.6415.05-
YUV148.1998.55160.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=45.65%
G=31.76%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941359600.300.510.2423.8844.5556.86
HexC2876001E3318182d39
Octal3022071400366330305571
Binary110000101000011111000000111101100111100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28760; }

 p { color: rgb(194,135,96); }

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

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

 a { background-color: rgb(194,135,96); }

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

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

 span { border-color: rgb(194,135,96); }

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