#CE9977

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

Shades of Feldspar #CE9977

Tints of Feldspar #CE9977

Color information

#CE9977 (or 0xCE9977) is unknown color: approx Feldspar. HEX triplet: CE, 99 and 77. RGB value is (206,153,119). Sum of RGB (Red+Green+Blue) = 206+153+119=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9977 is #316688. Grayscale: #A5A5A5. Windows color (decimal): -3237513 or 7838158. OLE color: 7838158.

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

Color convert

RGB206153119-
CMYK00.260.420.19
HSL23.45º47.03%63.73%-
HSV(B)23.45º42.23%80.78%-
XYZ40.1737.2422.52-
YUV164.97102.06157.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=43.10%
G=32.01%
B=24.90%

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
Decimal20615311900.260.420.1923.4547.0363.73
HexCE997701A2A13172f40
Octal31623116703252232757100
Binary1100111010011001111011101101010101010011101111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9977; }

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

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

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

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

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

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

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

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