#CF977A

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

Shades of Feldspar #CF977A

Tints of Feldspar #CF977A

Color information

#CF977A (or 0xCF977A) is unknown color: approx Feldspar. HEX triplet: CF, 97 and 7A. RGB value is (207,151,122). Sum of RGB (Red+Green+Blue) = 207+151+122=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF977A is #306885. Grayscale: #A4A4A4. Windows color (decimal): -3172486 or 8034255. OLE color: 8034255.

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

Color convert

RGB207151122-
CMYK00.270.410.19
HSL20.47º46.96%64.51%-
HSV(B)20.47º41.06%81.18%-
XYZ40.3136.823.39-
YUV164.44104.05158.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.12%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=43.12%
G=31.46%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715112200.270.410.1920.4746.9664.51
HexCF977A01B2913142f41
Octal31722717203351232457101
Binary1100111110010111111101001101110100110011101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF977A; }

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

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

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

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

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

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

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

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