#CF8764

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

Shades of Burning Sand #CF8764

Tints of Burning Sand #CF8764

Color information

#CF8764 (or 0xCF8764) is unknown color: approx Burning Sand. HEX triplet: CF, 87 and 64. RGB value is (207,135,100). Sum of RGB (Red+Green+Blue) = 207+135+100=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8764 is #30789B. Grayscale: #989898. Windows color (decimal): -3176604 or 6588367. OLE color: 6588367.

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

Color convert

RGB207135100-
CMYK00.350.520.19
HSL19.63º52.71%60.2%-
HSV(B)19.63º51.69%81.18%-
XYZ36.731.5116.21-
YUV152.5498.35166.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=46.83%
G=30.54%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713510000.350.520.1919.6352.7160.2
HexCF8764023341314353c
Octal3172071440436423246574
Binary1100111110000111110010001000111101001001110100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8764; }

 p { color: rgb(207,135,100); }

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

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

 a { background-color: rgb(207,135,100); }

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

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

 span { border-color: rgb(207,135,100); }

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