#C28569

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

Shades of Burning Sand #C28569

Tints of Burning Sand #C28569

Color information

#C28569 (or 0xC28569) is unknown color: approx Burning Sand. HEX triplet: C2, 85 and 69. RGB value is (194,133,105). Sum of RGB (Red+Green+Blue) = 194+133+105=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28569 is #3D7A96. Grayscale: #949494. Windows color (decimal): -4029079 or 6915522. OLE color: 6915522.

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

Color convert

RGB194133105-
CMYK00.310.460.24
HSL18.88º42.18%58.63%-
HSV(B)18.88º45.88%76.08%-
XYZ33.1929.2617.26-
YUV148.05103.71160.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=44.91%
G=30.79%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413310500.310.460.2418.8842.1858.63
HexC2856901F2E18132a3b
Octal3022051510375630235273
Binary110000101000010111010010111111011101100010011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28569; }

 p { color: rgb(194,133,105); }

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

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

 a { background-color: rgb(194,133,105); }

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

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

 span { border-color: rgb(194,133,105); }

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