#C28469

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

Shades of Burning Sand #C28469

Tints of Burning Sand #C28469

Color information

#C28469 (or 0xC28469) is unknown color: approx Burning Sand. HEX triplet: C2, 84 and 69. RGB value is (194,132,105). Sum of RGB (Red+Green+Blue) = 194+132+105=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28469 is #3D7B96. Grayscale: #939393. Windows color (decimal): -4029335 or 6915266. OLE color: 6915266.

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

Color convert

RGB194132105-
CMYK00.320.460.24
HSL18.2º42.18%58.63%-
HSV(B)18.2º45.88%76.08%-
XYZ33.0528.9917.22-
YUV147.46104.04161.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=45.01%
G=30.63%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413210500.320.460.2418.242.1858.63
HexC284690202E18122a3b
Octal3022041510405630225273
Binary1100001010000100110100101000001011101100010010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28469; }

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

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

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

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

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

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

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

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