Html Css Color HEX #C5AD9F Silk

📋 copy color: '#C5AD9F'

red 197 ◦ green 173 ◦ blue 159

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

Shades of Silk #C5AD9F

Tints of Silk #C5AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

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

R = 37.24%
G = 32.7%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5AD9F (or 0xC5AD9F) is known color: Silk. HEX triplet: C5, AD and 9F. RGB value is (197,173,159). Sum of RGB (Red+Green+Blue) = 197+173+159=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD9F is #3A5260. Grayscale: #B2B2B2. Windows color (decimal): -3822177 or 10464709. OLE color: 10464709.

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

Color convert

RGB 197 173 159 -
CMYK 0 0.12 0.19 0.23
HSL 22.11º 0.25% 0.7% -
HSV(B) 22.11º 0.19% 0.77% -
XYZ 44.23 44.26 39.01 -
YUV 178.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 197 173 159 0 0.12 0.19 0.23 22.11 0.25 0.7
Hex C5 AD 9F 0 C 13 17 16 19 46
Octal 305 255 237 0 14 23 27 26 31 106
Binary 11000101 10101101 10011111 0 1100 10011 10111 10110 11001 1000110

Color Harmonies of #C5AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD9F

Black with #C5AD9F

Text Example


Text Example

White with #C5AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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