#CF866A

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

Shades of Burning Sand #CF866A

Tints of Burning Sand #CF866A

Color information

#CF866A (or 0xCF866A) is unknown color: approx Burning Sand. HEX triplet: CF, 86 and 6A. RGB value is (207,134,106). Sum of RGB (Red+Green+Blue) = 207+134+106=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF866A is #307995. Grayscale: #989898. Windows color (decimal): -3176854 or 6981327. OLE color: 6981327.

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

Color convert

RGB207134106-
CMYK00.350.490.19
HSL16.63º51.27%61.37%-
HSV(B)16.63º48.79%81.18%-
XYZ36.8631.3617.75-
YUV152.64101.68166.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=46.31%
G=29.98%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713410600.350.490.1916.6351.2761.37
HexCF866A023311311333d
Octal3172061520436123216375
Binary1100111110000110110101001000111100011001110001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF866A; }

 p { color: rgb(207,134,106); }

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

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

 a { background-color: rgb(207,134,106); }

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

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

 span { border-color: rgb(207,134,106); }

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