#C9BDAB

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

Shades of Soft Amber #C9BDAB

Tints of Soft Amber #C9BDAB

Color information

#C9BDAB (or 0xC9BDAB) is unknown color: approx Soft Amber. HEX triplet: C9, BD and AB. RGB value is (201,189,171). Sum of RGB (Red+Green+Blue) = 201+189+171=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDAB is #364254. Grayscale: #BEBEBE. Windows color (decimal): -3555925 or 11255241. OLE color: 11255241.

HSL color Cylindrical-coordinate representation of color #C9BDAB: hue angle of 36º 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 #C9BDAB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201189171-
CMYK00.060.150.21
HSL36º21.74%72.94%-
HSV(B)36º14.93%78.82%-
XYZ49.6451.7545.9-
YUV190.54116.98135.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=35.83%
G=33.69%
B=30.48%

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
Decimal20118917100.060.150.213621.7472.94
HexC9BDAB06F15241649
Octal3112752530617254426111
Binary1100100110111101101010110110111110101100100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDAB; }

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

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

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

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

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

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

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

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