#CF9781

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

Shades of Feldspar #CF9781

Tints of Feldspar #CF9781

Color information

#CF9781 (or 0xCF9781) is unknown color: approx Feldspar. HEX triplet: CF, 97 and 81. RGB value is (207,151,129). Sum of RGB (Red+Green+Blue) = 207+151+129=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9781 is #30687E. Grayscale: #A5A5A5. Windows color (decimal): -3172479 or 8493007. OLE color: 8493007.

HSL color Cylindrical-coordinate representation of color #CF9781: hue angle of 16.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9781 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207151129-
CMYK00.270.380.19
HSL16.92º44.83%65.88%-
HSV(B)16.92º37.68%81.18%-
XYZ40.7636.9825.76-
YUV165.24107.55157.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=42.51%
G=31.01%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715112900.270.380.1916.9244.8365.88
HexCF978101B2613112d42
Octal31722720103346232155102
Binary11001111100101111000000101101110011010011100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9781; }

 p { color: rgb(207,151,129); }

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

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

 a { background-color: rgb(207,151,129); }

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

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

 span { border-color: rgb(207,151,129); }

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