#CE9B7B

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

Shades of Feldspar #CE9B7B

Tints of Feldspar #CE9B7B

Color information

#CE9B7B (or 0xCE9B7B) is unknown color: approx Feldspar. HEX triplet: CE, 9B and 7B. RGB value is (206,155,123). Sum of RGB (Red+Green+Blue) = 206+155+123=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B7B is #316484. Grayscale: #A6A6A6. Windows color (decimal): -3236997 or 8100814. OLE color: 8100814.

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

Color convert

RGB206155123-
CMYK00.250.400.19
HSL23.13º45.86%64.51%-
HSV(B)23.13º40.29%80.78%-
XYZ40.7537.9923.92-
YUV166.6103.4156.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=42.56%
G=32.02%
B=25.41%

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
Decimal20615512300.250.400.1923.1345.8664.51
HexCE9B7B0192813172e41
Octal31623317303150232756101
Binary1100111010011011111101101100110100010011101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B7B; }

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

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

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

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

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

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

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

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