#CEBB9F

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

Shades of Soft Amber #CEBB9F

Tints of Soft Amber #CEBB9F

Color information

#CEBB9F (or 0xCEBB9F) is unknown color: approx Soft Amber. HEX triplet: CE, BB and 9F. RGB value is (206,187,159). Sum of RGB (Red+Green+Blue) = 206+187+159=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB9F is #314460. Grayscale: #BDBDBD. Windows color (decimal): -3228769 or 10468302. OLE color: 10468302.

HSL color Cylindrical-coordinate representation of color #CEBB9F: hue angle of 35.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBB9F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206187159-
CMYK00.090.230.19
HSL35.74º32.41%71.57%-
HSV(B)35.74º22.82%80.78%-
XYZ49.4851.1740.07-
YUV189.49110.79139.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=37.32%
G=33.88%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618715900.090.230.1935.7432.4171.57
HexCEBB9F091713242048
Octal31627323701127234440110
Binary1100111010111011100111110100110111100111001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB9F; }

 p { color: rgb(206,187,159); }

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

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

 a { background-color: rgb(206,187,159); }

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

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

 span { border-color: rgb(206,187,159); }

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