#C9BCAA

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

Shades of Soft Amber #C9BCAA

Tints of Soft Amber #C9BCAA

Color information

#C9BCAA (or 0xC9BCAA) is unknown color: approx Soft Amber. HEX triplet: C9, BC and AA. RGB value is (201,188,170). Sum of RGB (Red+Green+Blue) = 201+188+170=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAA is #364355. Grayscale: #BDBDBD. Windows color (decimal): -3556182 or 11189449. OLE color: 11189449.

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

Color convert

RGB201188170-
CMYK00.060.150.21
HSL34.84º22.3%72.75%-
HSV(B)34.84º15.42%78.82%-
XYZ49.3351.2945.33-
YUV189.83116.81135.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=35.96%
G=33.63%
B=30.41%

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
Decimal20118817000.060.150.2134.8422.372.75
HexC9BCAA06F15231649
Octal3112742520617254326111
Binary1100100110111100101010100110111110101100011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCAA; }

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

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

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

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

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

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

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

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