#C4A99A

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

Shades of Silk #C4A99A

Tints of Silk #C4A99A

Color information

#C4A99A (or 0xC4A99A) is unknown color: approx Silk. HEX triplet: C4, A9 and 9A. RGB value is (196,169,154). Sum of RGB (Red+Green+Blue) = 196+169+154=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A99A is #3B5665. Grayscale: #AFAFAF. Windows color (decimal): -3888742 or 10136004. OLE color: 10136004.

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

Color convert

RGB196169154-
CMYK00.140.210.23
HSL21.43º26.25%68.63%-
HSV(B)21.43º21.43%76.86%-
XYZ42.7942.4436.51-
YUV175.36115.95142.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=37.76%
G=32.56%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616915400.140.210.2321.4326.2568.63
HexC4A99A0E1517151a45
Octal30425123201625272532105
Binary11000100101010011001101001110101011011110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A99A; }

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

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

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

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

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

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

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

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