#CF8261

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

Shades of Burning Sand #CF8261

Tints of Burning Sand #CF8261

Color information

#CF8261 (or 0xCF8261) is unknown color: approx Burning Sand. HEX triplet: CF, 82 and 61. RGB value is (207,130,97). Sum of RGB (Red+Green+Blue) = 207+130+97=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8261 is #307D9E. Grayscale: #959595. Windows color (decimal): -3177887 or 6390479. OLE color: 6390479.

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

Color convert

RGB20713097-
CMYK00.370.530.19
HSL18º53.4%59.61%-
HSV(B)18º53.14%81.18%-
XYZ35.8730.0915.23-
YUV149.2698.51169.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=47.70%
G=29.95%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071309700.370.530.191853.459.61
HexCF8261025351312353c
Octal3172021410456523226574
Binary1100111110000010110000101001011101011001110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8261; }

 p { color: rgb(207,130,97); }

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

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

 a { background-color: rgb(207,130,97); }

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

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

 span { border-color: rgb(207,130,97); }

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