#CE8972

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

Shades of Feldspar #CE8972

Tints of Feldspar #CE8972

Color information

#CE8972 (or 0xCE8972) is unknown color: approx Feldspar. HEX triplet: CE, 89 and 72. RGB value is (206,137,114). Sum of RGB (Red+Green+Blue) = 206+137+114=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8972 is #31768D. Grayscale: #9B9B9B. Windows color (decimal): -3241614 or 7506382. OLE color: 7506382.

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

Color convert

RGB206137114-
CMYK00.330.450.19
HSL15º48.42%62.75%-
HSV(B)15º44.66%80.78%-
XYZ37.4432.2320.17-
YUV155.01104.86164.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=45.08%
G=29.98%
B=24.95%

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
Decimal20613711400.330.450.191548.4262.75
HexCE89720212D13f303f
Octal3162111620415523176077
Binary110011101000100111100100100001101101100111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8972; }

 p { color: rgb(206,137,114); }

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

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

 a { background-color: rgb(206,137,114); }

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

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

 span { border-color: rgb(206,137,114); }

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