Html Css Color HEX #C9BDA8 Soft Amber

📋 copy color: '#C9BDA8'

red 201 ◦ green 189 ◦ blue 168

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

Shades of Soft Amber #C9BDA8

Tints of Soft Amber #C9BDA8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

 BLUE value IS 168 (66.02% from 255) = 30.11%

R = 36.02%
G = 33.87%
B = 30.11%

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

#C9BDA8 (or 0xC9BDA8) is known color: Soft Amber. HEX triplet: C9, BD and A8. RGB value is (201,189,168). Sum of RGB (Red+Green+Blue) = 201+189+168=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDA8 is #364257. Grayscale: #BEBEBE. Windows color (decimal): -3555928 or 11058633. OLE color: 11058633.

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

Color convert

RGB 201 189 168 -
CMYK 0 0.06 0.16 0.21
HSL 38.18º 0.23% 0.72% -
HSV(B) 38.18º 0.16% 0.79% -
XYZ 49.35 51.64 44.41 -
YUV 190.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 201 189 168 0 0.06 0.16 0.21 38.18 0.23 0.72
Hex C9 BD A8 0 6 10 15 26 17 48
Octal 311 275 250 0 6 20 25 46 27 110
Binary 11001001 10111101 10101000 0 110 10000 10101 100110 10111 1001000

Color Harmonies of #C9BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDA8

Black with #C9BDA8

Text Example


Text Example

White with #C9BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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