#C9BDA8

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

Shades of Soft Amber #C9BDA8

Tints of Soft Amber #C9BDA8

Color information

#C9BDA8 (or 0xC9BDA8) is unknown color: approx 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

RGB201189168-
CMYK00.060.160.21
HSL38.18º23.4%72.35%-
HSV(B)38.18º16.42%78.82%-
XYZ49.3551.6444.41-
YUV190.19115.48135.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118916800.060.160.2138.1823.472.35
HexC9BDA8061015261748
Octal3112752500620254627110
Binary11001001101111011010100001101000010101100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>