#CEBEAB

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

Shades of Soft Amber #CEBEAB

Tints of Soft Amber #CEBEAB

Color information

#CEBEAB (or 0xCEBEAB) is unknown color: approx Soft Amber. HEX triplet: CE, BE and AB. RGB value is (206,190,171). Sum of RGB (Red+Green+Blue) = 206+190+171=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEAB is #314154. Grayscale: #C0C0C0. Windows color (decimal): -3227989 or 11255502. OLE color: 11255502.

HSL color Cylindrical-coordinate representation of color #CEBEAB: hue angle of 32.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBEAB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206190171-
CMYK00.080.170.19
HSL32.57º26.32%73.92%-
HSV(B)32.57º16.99%80.78%-
XYZ51.2252.8946.04-
YUV192.62115.8137.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=36.33%
G=33.51%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619017100.080.170.1932.5726.3273.92
HexCEBEAB081113211a4a
Octal31627625301021234132112
Binary110011101011111010101011010001000110011100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEAB; }

 p { color: rgb(206,190,171); }

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

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

 a { background-color: rgb(206,190,171); }

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

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

 span { border-color: rgb(206,190,171); }

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