#CE8F6F

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

Shades of Feldspar #CE8F6F

Tints of Feldspar #CE8F6F

Color information

#CE8F6F (or 0xCE8F6F) is unknown color: approx Feldspar. HEX triplet: CE, 8F and 6F. RGB value is (206,143,111). Sum of RGB (Red+Green+Blue) = 206+143+111=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6F is #317090. Grayscale: #9E9E9E. Windows color (decimal): -3240081 or 7311310. OLE color: 7311310.

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

Color convert

RGB206143111-
CMYK00.310.460.19
HSL20.21º49.22%62.16%-
HSV(B)20.21º46.12%80.78%-
XYZ38.1533.9119.57-
YUV158.19101.37162.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=44.78%
G=31.09%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614311100.310.460.1920.2149.2262.16
HexCE8F6F01F2E1314313e
Octal3162171570375623246176
Binary110011101000111111011110111111011101001110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F6F; }

 p { color: rgb(206,143,111); }

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

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

 a { background-color: rgb(206,143,111); }

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

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

 span { border-color: rgb(206,143,111); }

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