#CF9973

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

Shades of Feldspar #CF9973

Tints of Feldspar #CF9973

Color information

#CF9973 (or 0xCF9973) is unknown color: approx Feldspar. HEX triplet: CF, 99 and 73. RGB value is (207,153,115). Sum of RGB (Red+Green+Blue) = 207+153+115=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9973 is #30668C. Grayscale: #A5A5A5. Windows color (decimal): -3171981 or 7576015. OLE color: 7576015.

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

Color convert

RGB207153115-
CMYK00.260.440.19
HSL24.78º48.94%63.14%-
HSV(B)24.78º44.44%81.18%-
XYZ40.2237.2921.3-
YUV164.8199.89158.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=43.58%
G=32.21%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715311500.260.440.1924.7848.9463.14
HexCF997301A2C1319313f
Octal3172311630325423316177
Binary110011111001100111100110110101011001001111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9973; }

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

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

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

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

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

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

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

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