#C4AB9C

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

Shades of Silk #C4AB9C

Tints of Silk #C4AB9C

Color information

#C4AB9C (or 0xC4AB9C) is unknown color: approx Silk. HEX triplet: C4, AB and 9C. RGB value is (196,171,156). Sum of RGB (Red+Green+Blue) = 196+171+156=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB9C is #3B5463. Grayscale: #B0B0B0. Windows color (decimal): -3888228 or 10267588. OLE color: 10267588.

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

Color convert

RGB196171156-
CMYK00.130.200.23
HSL22.5º25.32%69.02%-
HSV(B)22.5º20.41%76.86%-
XYZ43.3343.2637.52-
YUV176.76116.28141.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=37.48%
G=32.70%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617115600.130.200.2322.525.3269.02
HexC4AB9C0D1417171945
Octal30425323401524272731105
Binary11000100101010111001110001101101001011110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB9C; }

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

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

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

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

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

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

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

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