#C28661

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

Shades of Burning Sand #C28661

Tints of Burning Sand #C28661

Color information

#C28661 (or 0xC28661) is unknown color: approx Burning Sand. HEX triplet: C2, 86 and 61. RGB value is (194,134,97). Sum of RGB (Red+Green+Blue) = 194+134+97=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28661 is #3D799E. Grayscale: #939393. Windows color (decimal): -4028831 or 6391490. OLE color: 6391490.

HSL color Cylindrical-coordinate representation of color #C28661: hue angle of 22.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C28661 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19413497-
CMYK00.310.500.24
HSL22.89º44.29%57.06%-
HSV(B)22.89º50%76.08%-
XYZ32.9329.3815.25-
YUV147.7299.38161.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=45.65%
G=31.53%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941349700.310.500.2422.8944.2957.06
HexC2866101F3218172c39
Octal3022061410376230275471
Binary110000101000011011000010111111100101100010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28661; }

 p { color: rgb(194,134,97); }

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

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

 a { background-color: rgb(194,134,97); }

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

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

 span { border-color: rgb(194,134,97); }

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