#C4AB9A

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

Shades of Silk #C4AB9A

Tints of Silk #C4AB9A

Color information

#C4AB9A (or 0xC4AB9A) is unknown color: approx Silk. HEX triplet: C4, AB and 9A. RGB value is (196,171,154). Sum of RGB (Red+Green+Blue) = 196+171+154=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB9A is #3B5465. Grayscale: #B0B0B0. Windows color (decimal): -3888230 or 10136516. OLE color: 10136516.

HSL color Cylindrical-coordinate representation of color #C4AB9A: hue angle of 24.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AB9A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196171154-
CMYK00.130.210.23
HSL24.29º26.25%68.63%-
HSV(B)24.29º21.43%76.86%-
XYZ43.1643.1936.63-
YUV176.54115.28141.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=37.62%
G=32.82%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617115400.130.210.2324.2926.2568.63
HexC4AB9A0D1517181a45
Octal30425323201525273032105
Binary11000100101010111001101001101101011011111000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB9A; }

 p { color: rgb(196,171,154); }

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

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

 a { background-color: rgb(196,171,154); }

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

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

 span { border-color: rgb(196,171,154); }

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