#CF9873

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

Shades of Feldspar #CF9873

Tints of Feldspar #CF9873

Color information

#CF9873 (or 0xCF9873) is unknown color: approx Feldspar. HEX triplet: CF, 98 and 73. RGB value is (207,152,115). Sum of RGB (Red+Green+Blue) = 207+152+115=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9873 is #30678C. Grayscale: #A4A4A4. Windows color (decimal): -3172237 or 7575759. OLE color: 7575759.

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

Color convert

RGB207152115-
CMYK00.270.440.19
HSL24.13º48.94%63.14%-
HSV(B)24.13º44.44%81.18%-
XYZ40.0536.9621.24-
YUV164.23100.22158.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=43.67%
G=32.07%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715211500.270.440.1924.1348.9463.14
HexCF987301B2C1318313f
Octal3172301630335423306177
Binary110011111001100011100110110111011001001111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9873; }

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

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

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

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

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

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

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

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