#C9BCAB

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

Shades of Soft Amber #C9BCAB

Tints of Soft Amber #C9BCAB

Color information

#C9BCAB (or 0xC9BCAB) is unknown color: approx Soft Amber. HEX triplet: C9, BC and AB. RGB value is (201,188,171). Sum of RGB (Red+Green+Blue) = 201+188+171=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAB is #364354. Grayscale: #BEBEBE. Windows color (decimal): -3556181 or 11254985. OLE color: 11254985.

HSL color Cylindrical-coordinate representation of color #C9BCAB: hue angle of 34º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BCAB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201188171-
CMYK00.060.150.21
HSL34º21.74%72.94%-
HSV(B)34º14.93%78.82%-
XYZ49.4251.3245.83-
YUV189.95117.31135.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=35.89%
G=33.57%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118817100.060.150.213421.7472.94
HexC9BCAB06F15221649
Octal3112742530617254226111
Binary1100100110111100101010110110111110101100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCAB; }

 p { color: rgb(201,188,171); }

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

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

 a { background-color: rgb(201,188,171); }

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

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

 span { border-color: rgb(201,188,171); }

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