#C28161

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

Shades of Burning Sand #C28161

Tints of Burning Sand #C28161

Color information

#C28161 (or 0xC28161) is unknown color: approx Burning Sand. HEX triplet: C2, 81 and 61. RGB value is (194,129,97). Sum of RGB (Red+Green+Blue) = 194+129+97=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C28161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28161 is #3D7E9E. Grayscale: #909090. Windows color (decimal): -4030111 or 6390210. OLE color: 6390210.

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

Color convert

RGB19412997-
CMYK00.340.500.24
HSL19.79º44.29%57.06%-
HSV(B)19.79º50%76.08%-
XYZ32.2628.0315.02-
YUV144.79101.03163.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=46.19%
G=30.71%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941299700.340.500.2419.7944.2957.06
HexC281610223218142c39
Octal3022011410426230245471
Binary1100001010000001110000101000101100101100010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28161; }

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

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

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

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

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

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

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

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