#C28868

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

Shades of Burning Sand #C28868

Tints of Burning Sand #C28868

Color information

#C28868 (or 0xC28868) is unknown color: approx Burning Sand. HEX triplet: C2, 88 and 68. RGB value is (194,136,104). Sum of RGB (Red+Green+Blue) = 194+136+104=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28868 is #3D7797. Grayscale: #959595. Windows color (decimal): -4028312 or 6850754. OLE color: 6850754.

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

Color convert

RGB194136104-
CMYK00.300.460.24
HSL21.33º42.45%58.43%-
HSV(B)21.33º46.39%76.08%-
XYZ33.5530.0817.13-
YUV149.69102.22159.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=44.70%
G=31.34%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413610400.300.460.2421.3342.4558.43
HexC2886801E2E18152a3a
Octal3022101500365630255272
Binary110000101000100011010000111101011101100010101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28868; }

 p { color: rgb(194,136,104); }

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

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

 a { background-color: rgb(194,136,104); }

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

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

 span { border-color: rgb(194,136,104); }

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