#CF8F7A

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

Shades of Feldspar #CF8F7A

Tints of Feldspar #CF8F7A

Color information

#CF8F7A (or 0xCF8F7A) is unknown color: approx Feldspar. HEX triplet: CF, 8F and 7A. RGB value is (207,143,122). Sum of RGB (Red+Green+Blue) = 207+143+122=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F7A is #307085. Grayscale: #9F9F9F. Windows color (decimal): -3174534 or 8032207. OLE color: 8032207.

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

Color convert

RGB207143122-
CMYK00.310.410.19
HSL14.82º46.96%64.51%-
HSV(B)14.82º41.06%81.18%-
XYZ39.0734.3222.98-
YUV159.74106.7161.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=43.86%
G=30.30%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714312200.310.410.1914.8246.9664.51
HexCF8F7A01F2913f2f41
Octal31721717203751231757101
Binary110011111000111111110100111111010011001111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8F7A; }

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

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

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

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

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

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

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

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