#CE9374

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

Shades of Feldspar #CE9374

Tints of Feldspar #CE9374

Color information

#CE9374 (or 0xCE9374) is unknown color: approx Feldspar. HEX triplet: CE, 93 and 74. RGB value is (206,147,116). Sum of RGB (Red+Green+Blue) = 206+147+116=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9374 is #316C8B. Grayscale: #A1A1A1. Windows color (decimal): -3239052 or 7640014. OLE color: 7640014.

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

Color convert

RGB206147116-
CMYK00.290.440.19
HSL20.67º47.87%63.14%-
HSV(B)20.67º43.69%80.78%-
XYZ39.0435.2521.27-
YUV161.11102.55160.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=43.92%
G=31.34%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614711600.290.440.1920.6747.8763.14
HexCE937401D2C1315303f
Octal3162231640355423256077
Binary110011101001001111101000111011011001001110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9374; }

 p { color: rgb(206,147,116); }

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

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

 a { background-color: rgb(206,147,116); }

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

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

 span { border-color: rgb(206,147,116); }

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