#C8BCA9

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

Shades of Soft Amber #C8BCA9

Tints of Soft Amber #C8BCA9

Color information

#C8BCA9 (or 0xC8BCA9) is unknown color: approx Soft Amber. HEX triplet: C8, BC and A9. RGB value is (200,188,169). Sum of RGB (Red+Green+Blue) = 200+188+169=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCA9 is #374356. Grayscale: #BDBDBD. Windows color (decimal): -3621719 or 11123912. OLE color: 11123912.

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

Color convert

RGB200188169-
CMYK00.060.160.22
HSL36.77º21.99%72.35%-
HSV(B)36.77º15.5%78.43%-
XYZ48.9651.1144.82-
YUV189.42116.48135.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=35.91%
G=33.75%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018816900.060.160.2236.7721.9972.35
HexC8BCA9061016251648
Octal3102742510620264526110
Binary11001000101111001010100101101000010110100101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCA9; }

 p { color: rgb(200,188,169); }

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

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

 a { background-color: rgb(200,188,169); }

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

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

 span { border-color: rgb(200,188,169); }

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