#CE9870

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

Shades of Feldspar #CE9870

Tints of Feldspar #CE9870

Color information

#CE9870 (or 0xCE9870) is unknown color: approx Feldspar. HEX triplet: CE, 98 and 70. RGB value is (206,152,112). Sum of RGB (Red+Green+Blue) = 206+152+112=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9870 is #31678F. Grayscale: #A3A3A3. Windows color (decimal): -3237776 or 7379150. OLE color: 7379150.

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

Color convert

RGB206152112-
CMYK00.260.460.19
HSL25.53º48.96%62.35%-
HSV(B)25.53º45.63%80.78%-
XYZ39.6136.7520.33-
YUV163.5998.89158.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=43.83%
G=32.34%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615211200.260.460.1925.5348.9662.35
HexCE987001A2E131a313e
Octal3162301600325623326176
Binary110011101001100011100000110101011101001111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9870; }

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

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

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

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

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

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

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

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