#CEBFAE

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

Shades of Soft Amber #CEBFAE

Tints of Soft Amber #CEBFAE

Color information

#CEBFAE (or 0xCEBFAE) is unknown color: approx Soft Amber. HEX triplet: CE, BF and AE. RGB value is (206,191,174). Sum of RGB (Red+Green+Blue) = 206+191+174=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFAE is #314051. Grayscale: #C1C1C1. Windows color (decimal): -3227730 or 11452366. OLE color: 11452366.

HSL color Cylindrical-coordinate representation of color #CEBFAE: hue angle of 31.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBFAE is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206191174-
CMYK00.070.160.19
HSL31.88º24.62%74.51%-
HSV(B)31.88º15.53%80.78%-
XYZ51.7253.4447.63-
YUV193.55116.97136.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=36.08%
G=33.45%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619117400.070.160.1931.8824.6274.51
HexCEBFAE07101320194b
Octal3162772560720234031113
Binary11001110101111111010111001111000010011100000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFAE; }

 p { color: rgb(206,191,174); }

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

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

 a { background-color: rgb(206,191,174); }

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

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

 span { border-color: rgb(206,191,174); }

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