#CE9A7B

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

Shades of Feldspar #CE9A7B

Tints of Feldspar #CE9A7B

Color information

#CE9A7B (or 0xCE9A7B) is unknown color: approx Feldspar. HEX triplet: CE, 9A and 7B. RGB value is (206,154,123). Sum of RGB (Red+Green+Blue) = 206+154+123=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A7B is #316584. Grayscale: #A6A6A6. Windows color (decimal): -3237253 or 8100558. OLE color: 8100558.

HSL color Cylindrical-coordinate representation of color #CE9A7B: hue angle of 22.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE9A7B is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206154123-
CMYK00.250.400.19
HSL22.41º45.86%64.51%-
HSV(B)22.41º40.29%80.78%-
XYZ40.5837.6623.87-
YUV166.01103.73156.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=42.65%
G=31.88%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615412300.250.400.1922.4145.8664.51
HexCE9A7B0192813162e41
Octal31623217303150232656101
Binary1100111010011010111101101100110100010011101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A7B; }

 p { color: rgb(206,154,123); }

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

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

 a { background-color: rgb(206,154,123); }

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

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

 span { border-color: rgb(206,154,123); }

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