#cf8160

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

Shades of Burning Sand #CF8160

Tints of Burning Sand #CF8160

Color information

#CF8160 (or 0xCF8160) is unknown color: approx Burning Sand. HEX triplet: CF, 81 and 60. RGB value is (207,129,96). Sum of RGB (Red+Green+Blue) = 207+129+96=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8160 is #307E9F. Grayscale: #949494. Windows color (decimal): -3178144 or 6324687. OLE color: 6324687.

HSL color Cylindrical-coordinate representation of color #CF8160: hue angle of 17.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF8160 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20712996-
CMYK00.380.540.19
HSL17.84º53.62%59.41%-
HSV(B)17.84º53.62%81.18%-
XYZ35.6929.8114.94-
YUV148.5698.34169.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=47.92%
G=29.86%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071299600.380.540.1917.8453.6259.41
HexCF8160026361312363b
Octal3172011400466623226673
Binary1100111110000001110000001001101101101001110010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8160; }

 p { color: rgb(207,129,96); }

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

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

 a { background-color: rgb(207,129,96); }

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

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

 span { border-color: rgb(207,129,96); }

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