#C4A898

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

Shades of Silk #C4A898

Tints of Silk #C4A898

Color information

#C4A898 (or 0xC4A898) is unknown color: approx Silk. HEX triplet: C4, A8 and 98. RGB value is (196,168,152). Sum of RGB (Red+Green+Blue) = 196+168+152=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A898 is #3B5767. Grayscale: #AEAEAE. Windows color (decimal): -3889000 or 10004676. OLE color: 10004676.

HSL color Cylindrical-coordinate representation of color #C4A898: hue angle of 21.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4A898 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB196168152-
CMYK00.140.220.23
HSL21.82º27.16%68.24%-
HSV(B)21.82º22.45%76.86%-
XYZ42.4442.0135.58-
YUV174.55115.28143.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=37.98%
G=32.56%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616815200.140.220.2321.8227.1668.24
HexC4A8980E1617161b44
Octal30425023001626272633104
Binary11000100101010001001100001110101101011110110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A898; }

 p { color: rgb(196,168,152); }

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

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

 a { background-color: rgb(196,168,152); }

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

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

 span { border-color: rgb(196,168,152); }

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