Html Css Color HEX #C4AD9F Silk

📋 copy color: '#C4AD9F'

red 196 ◦ green 173 ◦ blue 159

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

Shades of Silk #C4AD9F

Tints of Silk #C4AD9F

RGB

 RED value IS 196 (76.95% from 255) = 37.12%

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

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

R = 37.12%
G = 32.77%
B = 30.11%

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

#C4AD9F (or 0xC4AD9F) is known color: Silk. HEX triplet: C4, AD and 9F. RGB value is (196,173,159). Sum of RGB (Red+Green+Blue) = 196+173+159=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD9F is #3B5260. Grayscale: #B2B2B2. Windows color (decimal): -3887713 or 10464708. OLE color: 10464708.

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

Color convert

RGB 196 173 159 -
CMYK 0 0.12 0.19 0.23
HSL 22.7º 0.24% 0.7% -
HSV(B) 22.7º 0.19% 0.77% -
XYZ 43.97 44.13 39 -
YUV 178.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 196 173 159 0 0.12 0.19 0.23 22.7 0.24 0.7
Hex C4 AD 9F 0 C 13 17 17 18 46
Octal 304 255 237 0 14 23 27 27 30 106
Binary 11000100 10101101 10011111 0 1100 10011 10111 10111 11000 1000110

Color Harmonies of #C4AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD9F

Black with #C4AD9F

Text Example


Text Example

White with #C4AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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