#CF9981

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

Shades of Feldspar #CF9981

Tints of Feldspar #CF9981

Color information

#CF9981 (or 0xCF9981) is unknown color: approx Feldspar. HEX triplet: CF, 99 and 81. RGB value is (207,153,129). Sum of RGB (Red+Green+Blue) = 207+153+129=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9981 is #30667E. Grayscale: #A6A6A6. Windows color (decimal): -3171967 or 8493519. OLE color: 8493519.

HSL color Cylindrical-coordinate representation of color #CF9981: hue angle of 18.46º 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 #CF9981 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207153129-
CMYK00.260.380.19
HSL18.46º44.83%65.88%-
HSV(B)18.46º37.68%81.18%-
XYZ41.0937.6325.87-
YUV166.41106.89156.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=42.33%
G=31.29%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715312900.260.380.1918.4644.8365.88
HexCF998101A2613122d42
Octal31723120103246232255102
Binary11001111100110011000000101101010011010011100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9981; }

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

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

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

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

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

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

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

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