#CE8A6D

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

Shades of Feldspar #CE8A6D

Tints of Feldspar #CE8A6D

Color information

#CE8A6D (or 0xCE8A6D) is unknown color: approx Feldspar. HEX triplet: CE, 8A and 6D. RGB value is (206,138,109). Sum of RGB (Red+Green+Blue) = 206+138+109=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A6D is #317592. Grayscale: #9B9B9B. Windows color (decimal): -3241363 or 7178958. OLE color: 7178958.

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

Color convert

RGB206138109-
CMYK00.330.470.19
HSL17.94º49.74%61.76%-
HSV(B)17.94º47.09%80.78%-
XYZ37.332.418.76-
YUV155.03102.03164.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=45.47%
G=30.46%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613810900.330.470.1917.9449.7461.76
HexCE8A6D0212F1312323e
Octal3162121550415723226276
Binary1100111010001010110110101000011011111001110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A6D; }

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

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

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

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

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

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

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

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