#C28867

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

Shades of Burning Sand #C28867

Tints of Burning Sand #C28867

Color information

#C28867 (or 0xC28867) is unknown color: approx Burning Sand. HEX triplet: C2, 88 and 67. RGB value is (194,136,103). Sum of RGB (Red+Green+Blue) = 194+136+103=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C28867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28867 is #3D7798. Grayscale: #959595. Windows color (decimal): -4028313 or 6785218. OLE color: 6785218.

HSL color Cylindrical-coordinate representation of color #C28867: hue angle of 21.76º 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 #C28867 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194136103-
CMYK00.300.470.24
HSL21.76º42.72%58.24%-
HSV(B)21.76º46.91%76.08%-
XYZ33.530.0616.87-
YUV149.58101.72159.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=44.80%
G=31.41%
B=23.79%

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
Decimal19413610300.300.470.2421.7642.7258.24
HexC2886701E2F18162b3a
Octal3022101470365730265372
Binary110000101000100011001110111101011111100010110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28867; }

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

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

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

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

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

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

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

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