Html Css Color HEX #C9BFAA Soft Amber

📋 copy color: '#C9BFAA'

red 201 ◦ green 191 ◦ blue 170

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

Shades of Soft Amber #C9BFAA

Tints of Soft Amber #C9BFAA

RGB

 RED value IS 201 (78.91% from 255) = 35.77%

 GREEN value IS 191 (75% from 255) = 33.99%

 BLUE value IS 170 (66.8% from 255) = 30.25%

R = 35.77%
G = 33.99%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9BFAA (or 0xC9BFAA) is known color: Soft Amber. HEX triplet: C9, BF and AA. RGB value is (201,191,170). Sum of RGB (Red+Green+Blue) = 201+191+170=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BFAA is #364055. Grayscale: #BFBFBF. Windows color (decimal): -3555414 or 11190217. OLE color: 11190217.

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

Color convert

RGB 201 191 170 -
CMYK 0 0.05 0.15 0.21
HSL 40.65º 0.22% 0.73% -
HSV(B) 40.65º 0.15% 0.79% -
XYZ 49.97 52.58 45.55 -
YUV 191.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 201 191 170 0 0.05 0.15 0.21 40.65 0.22 0.73
Hex C9 BF AA 0 5 F 15 29 16 49
Octal 311 277 252 0 5 17 25 51 26 111
Binary 11001001 10111111 10101010 0 101 1111 10101 101001 10110 1001001

Color Harmonies of #C9BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFAA

Black with #C9BFAA

Text Example


Text Example

White with #C9BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFAA; }

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

 H1.HeaderClassName
 {
   color: #C9BFAA;
 }
 .AnyTagClassName
 {
   color: #C9BFAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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