#CE9071

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

Shades of Feldspar #CE9071

Tints of Feldspar #CE9071

Color information

#CE9071 (or 0xCE9071) is unknown color: approx Feldspar. HEX triplet: CE, 90 and 71. RGB value is (206,144,113). Sum of RGB (Red+Green+Blue) = 206+144+113=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9071 is #316F8E. Grayscale: #9F9F9F. Windows color (decimal): -3239823 or 7442638. OLE color: 7442638.

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

Color convert

RGB206144113-
CMYK00.300.450.19
HSL20º48.69%62.55%-
HSV(B)20º45.15%80.78%-
XYZ38.4134.2620.21-
YUV159102.04161.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=44.49%
G=31.10%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614411300.300.450.192048.6962.55
HexCE907101E2D1314313f
Octal3162201610365523246177
Binary110011101001000011100010111101011011001110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9071; }

 p { color: rgb(206,144,113); }

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

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

 a { background-color: rgb(206,144,113); }

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

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

 span { border-color: rgb(206,144,113); }

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