#CF9778

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

Shades of Feldspar #CF9778

Tints of Feldspar #CF9778

Color information

#CF9778 (or 0xCF9778) is unknown color: approx Feldspar. HEX triplet: CF, 97 and 78. RGB value is (207,151,120). Sum of RGB (Red+Green+Blue) = 207+151+120=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9778 is #306887. Grayscale: #A4A4A4. Windows color (decimal): -3172488 or 7903183. OLE color: 7903183.

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

Color convert

RGB207151120-
CMYK00.270.420.19
HSL21.38º47.54%64.12%-
HSV(B)21.38º42.03%81.18%-
XYZ40.1936.7522.75-
YUV164.21103.05158.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=43.31%
G=31.59%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715112000.270.420.1921.3847.5464.12
HexCF977801B2A13153040
Octal31722717003352232560100
Binary1100111110010111111100001101110101010011101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9778; }

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

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

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

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

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

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

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

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