#C9BCAE

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

Shades of Soft Amber #C9BCAE

Tints of Soft Amber #C9BCAE

Color information

#C9BCAE (or 0xC9BCAE) is unknown color: approx Soft Amber. HEX triplet: C9, BC and AE. RGB value is (201,188,174). Sum of RGB (Red+Green+Blue) = 201+188+174=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAE is #364351. Grayscale: #BEBEBE. Windows color (decimal): -3556178 or 11451593. OLE color: 11451593.

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

Color convert

RGB201188174-
CMYK00.060.130.21
HSL31.11º20%73.53%-
HSV(B)31.11º13.43%78.82%-
XYZ49.7151.4447.35-
YUV190.29118.81135.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=35.70%
G=33.39%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118817400.060.130.2131.112073.53
HexC9BCAE06D151f144a
Octal3112742560615253724112
Binary110010011011110010101110011011011010111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCAE; }

 p { color: rgb(201,188,174); }

 H1.HeaderClassName
 {
   color: #C9BCAE;
 }
 .AnyTagClassName
 {
   color: #C9BCAE;
 }
</style>
background-color css

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

 a { background-color: rgb(201,188,174); }

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

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

 span { border-color: rgb(201,188,174); }

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