#C28864

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

Shades of Burning Sand #C28864

Tints of Burning Sand #C28864

Color information

#C28864 (or 0xC28864) is unknown color: approx Burning Sand. HEX triplet: C2, 88 and 64. RGB value is (194,136,100). Sum of RGB (Red+Green+Blue) = 194+136+100=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28864 is #3D779B. Grayscale: #959595. Windows color (decimal): -4028316 or 6588610. OLE color: 6588610.

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

Color convert

RGB194136100-
CMYK00.300.480.24
HSL22.98º43.52%57.65%-
HSV(B)22.98º48.45%76.08%-
XYZ33.353016.09-
YUV149.24100.22159.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 100 (39.45% from 255) = 23.26%
R=45.12%
G=31.63%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413610000.300.480.2422.9843.5257.65
HexC2886401E3018172c3a
Octal3022101440366030275472
Binary110000101000100011001000111101100001100010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28864; }

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

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

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

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

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

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

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

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