Html Css Color HEX #C9BCAA Soft Amber

📋 copy color: '#C9BCAA'

red 201 ◦ green 188 ◦ blue 170

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

Shades of Soft Amber #C9BCAA

Tints of Soft Amber #C9BCAA

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.8% from 255) = 30.41%

R = 35.96%
G = 33.63%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 201 188 170 -
CMYK 0 0.06 0.15 0.21
HSL 34.84º 0.22% 0.73% -
HSV(B) 34.84º 0.15% 0.79% -
XYZ 49.33 51.29 45.33 -
YUV 189.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 201 188 170 0 0.06 0.15 0.21 34.84 0.22 0.73
Hex C9 BC AA 0 6 F 15 23 16 49
Octal 311 274 252 0 6 17 25 43 26 111
Binary 11001001 10111100 10101010 0 110 1111 10101 100011 10110 1001001

Color Harmonies of #C9BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCAA

Black with #C9BCAA

Text Example


Text Example

White with #C9BCAA

Text Example


Text Example

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