#C28866

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

Shades of Burning Sand #C28866

Tints of Burning Sand #C28866

Color information

#C28866 (or 0xC28866) is unknown color: approx Burning Sand. HEX triplet: C2, 88 and 66. RGB value is (194,136,102). Sum of RGB (Red+Green+Blue) = 194+136+102=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28866 is #3D7799. Grayscale: #959595. Windows color (decimal): -4028314 or 6719682. OLE color: 6719682.

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

Color convert

RGB194136102-
CMYK00.300.470.24
HSL22.17º42.99%58.04%-
HSV(B)22.17º47.42%76.08%-
XYZ33.4530.0416.61-
YUV149.47101.22159.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=44.91%
G=31.48%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413610200.300.470.2422.1742.9958.04
HexC2886601E2F18162b3a
Octal3022101460365730265372
Binary110000101000100011001100111101011111100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28866; }

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

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

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

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

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

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

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

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