#C9BDA9

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

Shades of Soft Amber #C9BDA9

Tints of Soft Amber #C9BDA9

Color information

#C9BDA9 (or 0xC9BDA9) is unknown color: approx Soft Amber. HEX triplet: C9, BD and A9. RGB value is (201,189,169). Sum of RGB (Red+Green+Blue) = 201+189+169=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDA9 is #364256. Grayscale: #BEBEBE. Windows color (decimal): -3555927 or 11124169. OLE color: 11124169.

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

Color convert

RGB201189169-
CMYK00.060.160.21
HSL37.5º22.86%72.55%-
HSV(B)37.5º15.92%78.82%-
XYZ49.4551.6844.9-
YUV190.31115.98135.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=35.96%
G=33.81%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118916900.060.160.2137.522.8672.55
HexC9BDA9061015261749
Octal3112752510620254627111
Binary11001001101111011010100101101000010101100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDA9; }

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

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

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

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

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

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

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

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