#C4AC9A

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

Shades of Silk #C4AC9A

Tints of Silk #C4AC9A

Color information

#C4AC9A (or 0xC4AC9A) is unknown color: approx Silk. HEX triplet: C4, AC and 9A. RGB value is (196,172,154). Sum of RGB (Red+Green+Blue) = 196+172+154=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC9A is #3B5365. Grayscale: #B1B1B1. Windows color (decimal): -3887974 or 10136772. OLE color: 10136772.

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

Color convert

RGB196172154-
CMYK00.120.210.23
HSL25.71º26.25%68.63%-
HSV(B)25.71º21.43%76.86%-
XYZ43.3543.5736.7-
YUV177.12114.95141.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=37.55%
G=32.95%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617215400.120.210.2325.7126.2568.63
HexC4AC9A0C15171a1a45
Octal30425423201425273232105
Binary11000100101011001001101001100101011011111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC9A; }

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

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

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

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

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

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

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

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