#CE8A71

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

Shades of Feldspar #CE8A71

Tints of Feldspar #CE8A71

Color information

#CE8A71 (or 0xCE8A71) is unknown color: approx Feldspar. HEX triplet: CE, 8A and 71. RGB value is (206,138,113). Sum of RGB (Red+Green+Blue) = 206+138+113=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A71 is #31758E. Grayscale: #9B9B9B. Windows color (decimal): -3241359 or 7441102. OLE color: 7441102.

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

Color convert

RGB206138113-
CMYK00.330.450.19
HSL16.13º48.69%62.55%-
HSV(B)16.13º45.15%80.78%-
XYZ37.5232.4919.92-
YUV155.48104.03164.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=45.08%
G=30.20%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613811300.330.450.1916.1348.6962.55
HexCE8A710212D1310313f
Octal3162121610415523206177
Binary1100111010001010111000101000011011011001110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A71; }

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

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

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

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

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

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

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

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