#CF8E7B

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

Shades of Feldspar #CF8E7B

Tints of Feldspar #CF8E7B

Color information

#CF8E7B (or 0xCF8E7B) is unknown color: approx Feldspar. HEX triplet: CF, 8E and 7B. RGB value is (207,142,123). Sum of RGB (Red+Green+Blue) = 207+142+123=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E7B is #307184. Grayscale: #9F9F9F. Windows color (decimal): -3174789 or 8097487. OLE color: 8097487.

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

Color convert

RGB207142123-
CMYK00.310.410.19
HSL13.57º46.67%64.71%-
HSV(B)13.57º40.58%81.18%-
XYZ38.9834.0423.26-
YUV159.27107.53162.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=43.86%
G=30.08%
B=26.06%

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
Decimal20714212300.310.410.1913.5746.6764.71
HexCF8E7B01F2913e2f41
Octal31721617303751231657101
Binary110011111000111011110110111111010011001111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8E7B; }

 p { color: rgb(207,142,123); }

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

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

 a { background-color: rgb(207,142,123); }

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

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

 span { border-color: rgb(207,142,123); }

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