#CF9A6E

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

Shades of Feldspar #CF9A6E

Tints of Feldspar #CF9A6E

Color information

#CF9A6E (or 0xCF9A6E) is unknown color: approx Feldspar. HEX triplet: CF, 9A and 6E. RGB value is (207,154,110). Sum of RGB (Red+Green+Blue) = 207+154+110=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A6E is #306591. Grayscale: #A5A5A5. Windows color (decimal): -3171730 or 7248591. OLE color: 7248591.

HSL color Cylindrical-coordinate representation of color #CF9A6E: hue angle of 27.22º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF9A6E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB207154110-
CMYK00.260.470.19
HSL27.22º50.26%62.16%-
HSV(B)27.22º46.86%81.18%-
XYZ40.137.519.88-
YUV164.8397.06158.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=43.95%
G=32.70%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715411000.260.470.1927.2250.2662.16
HexCF9A6E01A2F131b323e
Octal3172321560325723336276
Binary110011111001101011011100110101011111001111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A6E; }

 p { color: rgb(207,154,110); }

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

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

 a { background-color: rgb(207,154,110); }

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

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

 span { border-color: rgb(207,154,110); }

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