#CE8F72

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

Shades of Feldspar #CE8F72

Tints of Feldspar #CE8F72

Color information

#CE8F72 (or 0xCE8F72) is unknown color: approx Feldspar. HEX triplet: CE, 8F and 72. RGB value is (206,143,114). Sum of RGB (Red+Green+Blue) = 206+143+114=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F72 is #31708D. Grayscale: #9E9E9E. Windows color (decimal): -3240078 or 7507918. OLE color: 7507918.

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

Color convert

RGB206143114-
CMYK00.310.450.19
HSL18.91º48.42%62.75%-
HSV(B)18.91º44.66%80.78%-
XYZ38.3133.9820.46-
YUV158.53102.87161.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=44.49%
G=30.89%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614311400.310.450.1918.9148.4262.75
HexCE8F7201F2D1313303f
Octal3162171620375523236077
Binary110011101000111111100100111111011011001110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F72; }

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

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

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

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

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

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

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

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