#CF9A78

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

Shades of Feldspar #CF9A78

Tints of Feldspar #CF9A78

Color information

#CF9A78 (or 0xCF9A78) is unknown color: approx Feldspar. HEX triplet: CF, 9A and 78. RGB value is (207,154,120). Sum of RGB (Red+Green+Blue) = 207+154+120=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A78 is #306587. Grayscale: #A6A6A6. Windows color (decimal): -3171720 or 7903951. OLE color: 7903951.

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

Color convert

RGB207154120-
CMYK00.260.420.19
HSL23.45º47.54%64.12%-
HSV(B)23.45º42.03%81.18%-
XYZ40.6837.7322.91-
YUV165.97102.06157.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=43.04%
G=32.02%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715412000.260.420.1923.4547.5464.12
HexCF9A7801A2A13173040
Octal31723217003252232760100
Binary1100111110011010111100001101010101010011101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A78; }

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

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

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

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

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

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

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

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