#CE9875

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

Shades of Feldspar #CE9875

Tints of Feldspar #CE9875

Color information

#CE9875 (or 0xCE9875) is unknown color: approx Feldspar. HEX triplet: CE, 98 and 75. RGB value is (206,152,117). Sum of RGB (Red+Green+Blue) = 206+152+117=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9875 is #31678A. Grayscale: #A4A4A4. Windows color (decimal): -3237771 or 7706830. OLE color: 7706830.

HSL color Cylindrical-coordinate representation of color #CE9875: hue angle of 23.6º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE9875 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB206152117-
CMYK00.260.430.19
HSL23.6º47.59%63.33%-
HSV(B)23.6º43.2%80.78%-
XYZ39.8936.8621.84-
YUV164.16101.39157.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=43.37%
G=32%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615211700.260.430.1923.647.5963.33
HexCE987501A2B1318303f
Octal3162301650325323306077
Binary110011101001100011101010110101010111001111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9875; }

 p { color: rgb(206,152,117); }

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

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

 a { background-color: rgb(206,152,117); }

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

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

 span { border-color: rgb(206,152,117); }

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