#CE9173

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

Shades of Feldspar #CE9173

Tints of Feldspar #CE9173

Color information

#CE9173 (or 0xCE9173) is unknown color: approx Feldspar. HEX triplet: CE, 91 and 73. RGB value is (206,145,115). Sum of RGB (Red+Green+Blue) = 206+145+115=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9173 is #316E8C. Grayscale: #A0A0A0. Windows color (decimal): -3239565 or 7573966. OLE color: 7573966.

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

Color convert

RGB206145115-
CMYK00.300.440.19
HSL19.78º48.15%62.94%-
HSV(B)19.78º44.17%80.78%-
XYZ38.6734.6120.86-
YUV159.82102.71160.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=44.21%
G=31.12%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614511500.300.440.1919.7848.1562.94
HexCE917301E2C1314303f
Octal3162211630365423246077
Binary110011101001000111100110111101011001001110100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9173; }

 p { color: rgb(206,145,115); }

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

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

 a { background-color: rgb(206,145,115); }

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

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

 span { border-color: rgb(206,145,115); }

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