Html Css Color HEX #C5AC9F Silk

📋 copy color: '#C5AC9F'

red 197 ◦ green 172 ◦ blue 159

#C5AC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silk #C5AC9F

Tints of Silk #C5AC9F

RGB

 RED value IS 197 (77.34% from 255) = 37.31%

 GREEN value IS 172 (67.58% from 255) = 32.58%

 BLUE value IS 159 (62.5% from 255) = 30.11%

R = 37.31%
G = 32.58%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5AC9F (or 0xC5AC9F) is known color: Silk. HEX triplet: C5, AC and 9F. RGB value is (197,172,159). Sum of RGB (Red+Green+Blue) = 197+172+159=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC9F is #3A5360. Grayscale: #B2B2B2. Windows color (decimal): -3822433 or 10464453. OLE color: 10464453.

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

Color convert

RGB 197 172 159 -
CMYK 0 0.13 0.19 0.23
HSL 20.53º 0.25% 0.7% -
HSV(B) 20.53º 0.19% 0.77% -
XYZ 44.04 43.88 38.95 -
YUV 177.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 197 172 159 0 0.13 0.19 0.23 20.53 0.25 0.7
Hex C5 AC 9F 0 D 13 17 15 19 46
Octal 305 254 237 0 15 23 27 25 31 106
Binary 11000101 10101100 10011111 0 1101 10011 10111 10101 11001 1000110

Color Harmonies of #C5AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC9F

Black with #C5AC9F

Text Example


Text Example

White with #C5AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC9F; }

 p { color: rgb(197,172,159); }

 H1.HeaderClassName
 {
   color: #C5AC9F;
 }
 .AnyTagClassName
 {
   color: #C5AC9F;
 }
</style>

background-color css

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

 a { background-color: rgb(197,172,159); }

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

border-color css

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

 span { border-color: rgb(197,172,159); }

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