Html Css Color HEX #C4AD9D Silk

📋 copy color: '#C4AD9D'

red 196 ◦ green 173 ◦ blue 157

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

Shades of Silk #C4AD9D

Tints of Silk #C4AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 37.26%
G = 32.89%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4AD9D (or 0xC4AD9D) is known color: Silk. HEX triplet: C4, AD and 9D. RGB value is (196,173,157). Sum of RGB (Red+Green+Blue) = 196+173+157=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD9D is #3B5262. Grayscale: #B2B2B2. Windows color (decimal): -3887715 or 10333636. OLE color: 10333636.

HSL color Cylindrical-coordinate representation of color #C4AD9D: hue angle of 24.62º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4AD9D is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 157 -
CMYK 0 0.12 0.20 0.23
HSL 24.62º 0.25% 0.69% -
HSV(B) 24.62º 0.2% 0.77% -
XYZ 43.79 44.06 38.09 -
YUV 178.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 196 173 157 0 0.12 0.20 0.23 24.62 0.25 0.69
Hex C4 AD 9D 0 C 14 17 19 19 45
Octal 304 255 235 0 14 24 27 31 31 105
Binary 11000100 10101101 10011101 0 1100 10100 10111 11001 11001 1000101

Color Harmonies of #C4AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD9D

Black with #C4AD9D

Text Example


Text Example

White with #C4AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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