#CF9980

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

Shades of Feldspar #CF9980

Tints of Feldspar #CF9980

Color information

#CF9980 (or 0xCF9980) is unknown color: approx Feldspar. HEX triplet: CF, 99 and 80. RGB value is (207,153,128). Sum of RGB (Red+Green+Blue) = 207+153+128=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9980 is #30667F. Grayscale: #A6A6A6. Windows color (decimal): -3171968 or 8427983. OLE color: 8427983.

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

Color convert

RGB207153128-
CMYK00.260.380.19
HSL18.99º45.14%65.69%-
HSV(B)18.99º38.16%81.18%-
XYZ41.0237.6125.52-
YUV166.3106.39157.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=42.42%
G=31.35%
B=26.23%

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
Decimal20715312800.260.380.1918.9945.1465.69
HexCF998001A2613132d42
Octal31723120003246232355102
Binary11001111100110011000000001101010011010011100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9980; }

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

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

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

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

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

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

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

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