#CF8255

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

Shades of Burning Sand #CF8255

Tints of Burning Sand #CF8255

Color information

#CF8255 (or 0xCF8255) is unknown color: approx Burning Sand. HEX triplet: CF, 82 and 55. RGB value is (207,130,85). Sum of RGB (Red+Green+Blue) = 207+130+85=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8255 is #307DAA. Grayscale: #949494. Windows color (decimal): -3177899 or 5604047. OLE color: 5604047.

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

Color convert

RGB20713085-
CMYK00.370.590.19
HSL22.13º55.96%57.25%-
HSV(B)22.13º58.94%81.18%-
XYZ35.3529.8912.5-
YUV147.8992.51170.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=49.05%
G=30.81%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071308500.370.590.1922.1355.9657.25
HexCF82550253B13163839
Octal3172021250457323267071
Binary1100111110000010101010101001011110111001110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8255; }

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

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

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

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

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

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

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

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