#CF9976

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

Shades of Feldspar #CF9976

Tints of Feldspar #CF9976

Color information

#CF9976 (or 0xCF9976) is unknown color: approx Feldspar. HEX triplet: CF, 99 and 76. RGB value is (207,153,118). Sum of RGB (Red+Green+Blue) = 207+153+118=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9976 is #306689. Grayscale: #A5A5A5. Windows color (decimal): -3171978 or 7772623. OLE color: 7772623.

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

Color convert

RGB207153118-
CMYK00.260.430.19
HSL23.6º48.11%63.73%-
HSV(B)23.6º43%81.18%-
XYZ40.3937.3622.22-
YUV165.16101.39157.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=43.31%
G=32.01%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715311800.260.430.1923.648.1163.73
HexCF997601A2B13183040
Octal31723116603253233060100
Binary1100111110011001111011001101010101110011110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9976; }

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

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

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

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

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

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

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

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