#CE8D71

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

Shades of Feldspar #CE8D71

Tints of Feldspar #CE8D71

Color information

#CE8D71 (or 0xCE8D71) is unknown color: approx Feldspar. HEX triplet: CE, 8D and 71. RGB value is (206,141,113). Sum of RGB (Red+Green+Blue) = 206+141+113=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D71 is #31728E. Grayscale: #9D9D9D. Windows color (decimal): -3240591 or 7441870. OLE color: 7441870.

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

Color convert

RGB206141113-
CMYK00.320.450.19
HSL18.06º48.69%62.55%-
HSV(B)18.06º45.15%80.78%-
XYZ37.9633.3620.06-
YUV157.24103.03162.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=44.78%
G=30.65%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614111300.320.450.1918.0648.6962.55
HexCE8D710202D1312313f
Octal3162151610405523226177
Binary1100111010001101111000101000001011011001110010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D71; }

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

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

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

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

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

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

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

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