Html Css Color HEX #C9BDA9 Soft Amber

📋 copy color: '#C9BDA9'

red 201 ◦ green 189 ◦ blue 169

#C9BDA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Amber #C9BDA9

Tints of Soft Amber #C9BDA9

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 value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C9BDA9 (or 0xC9BDA9) is known color: 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

RGB 201 189 169 -
CMYK 0 0.06 0.16 0.21
HSL 37.5º 0.23% 0.73% -
HSV(B) 37.5º 0.16% 0.79% -
XYZ 49.45 51.68 44.9 -
YUV 190.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 201 189 169 0 0.06 0.16 0.21 37.5 0.23 0.73
Hex C9 BD A9 0 6 10 15 26 17 49
Octal 311 275 251 0 6 20 25 46 27 111
Binary 11001001 10111101 10101001 0 110 10000 10101 100110 10111 1001001

Color Harmonies of #C9BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDA9

Black with #C9BDA9

Text Example


Text Example

White with #C9BDA9

Text Example


Text Example

HTML Codes & Css Web 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>