#C9BEAB

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

Shades of Soft Amber #C9BEAB

Tints of Soft Amber #C9BEAB

Color information

#C9BEAB (or 0xC9BEAB) is unknown color: approx Soft Amber. HEX triplet: C9, BE and AB. RGB value is (201,190,171). Sum of RGB (Red+Green+Blue) = 201+190+171=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BEAB is #364154. Grayscale: #BFBFBF. Windows color (decimal): -3555669 or 11255497. OLE color: 11255497.

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

Color convert

RGB201190171-
CMYK00.050.150.21
HSL38º21.74%72.94%-
HSV(B)38º14.93%78.82%-
XYZ49.8552.1845.97-
YUV191.12116.64135.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=35.77%
G=33.81%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119017100.050.150.213821.7472.94
HexC9BEAB05F15261649
Octal3112762530517254626111
Binary1100100110111110101010110101111110101100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEAB; }

 p { color: rgb(201,190,171); }

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

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

 a { background-color: rgb(201,190,171); }

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

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

 span { border-color: rgb(201,190,171); }

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