#CE8A77

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

Shades of Feldspar #CE8A77

Tints of Feldspar #CE8A77

Color information

#CE8A77 (or 0xCE8A77) is unknown color: approx Feldspar. HEX triplet: CE, 8A and 77. RGB value is (206,138,119). Sum of RGB (Red+Green+Blue) = 206+138+119=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A77 is #317588. Grayscale: #9C9C9C. Windows color (decimal): -3241353 or 7834318. OLE color: 7834318.

HSL color Cylindrical-coordinate representation of color #CE8A77: hue angle of 13.1º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8A77 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB206138119-
CMYK00.330.420.19
HSL13.1º47.03%63.73%-
HSV(B)13.1º42.23%80.78%-
XYZ37.8732.6321.76-
YUV156.17107.03163.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=44.49%
G=29.81%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613811900.330.420.1913.147.0363.73
HexCE8A770212A13d2f40
Octal31621216704152231557100
Binary1100111010001010111011101000011010101001111011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A77; }

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

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

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

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

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

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

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

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