#CE9877

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

Shades of Feldspar #CE9877

Tints of Feldspar #CE9877

Color information

#CE9877 (or 0xCE9877) is unknown color: approx Feldspar. HEX triplet: CE, 98 and 77. RGB value is (206,152,119). Sum of RGB (Red+Green+Blue) = 206+152+119=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9877 is #316788. Grayscale: #A4A4A4. Windows color (decimal): -3237769 or 7837902. OLE color: 7837902.

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

Color convert

RGB206152119-
CMYK00.260.420.19
HSL22.76º47.03%63.73%-
HSV(B)22.76º42.23%80.78%-
XYZ40.0136.9122.47-
YUV164.38102.39157.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=43.19%
G=31.87%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615211900.260.420.1922.7647.0363.73
HexCE987701A2A13172f40
Octal31623016703252232757100
Binary1100111010011000111011101101010101010011101111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9877; }

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

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

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

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

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

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

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

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