#CF9780

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

Shades of Feldspar #CF9780

Tints of Feldspar #CF9780

Color information

#CF9780 (or 0xCF9780) is unknown color: approx Feldspar. HEX triplet: CF, 97 and 80. RGB value is (207,151,128). Sum of RGB (Red+Green+Blue) = 207+151+128=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9780 is #30687F. Grayscale: #A5A5A5. Windows color (decimal): -3172480 or 8427471. OLE color: 8427471.

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

Color convert

RGB207151128-
CMYK00.270.380.19
HSL17.47º45.14%65.69%-
HSV(B)17.47º38.16%81.18%-
XYZ40.736.9625.41-
YUV165.12107.05157.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=42.59%
G=31.07%
B=26.34%

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
Decimal20715112800.270.380.1917.4745.1465.69
HexCF978001B2613112d42
Octal31722720003346232155102
Binary11001111100101111000000001101110011010011100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9780; }

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

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

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

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

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

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

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

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