Html Css Color HEX #C4AD99 Silk

📋 copy color: '#C4AD99'

red 196 ◦ green 173 ◦ blue 153

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

Shades of Silk #C4AD99

Tints of Silk #C4AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.31%

R = 37.55%
G = 33.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4AD99 (or 0xC4AD99) is known color: Silk. HEX triplet: C4, AD and 99. RGB value is (196,173,153). Sum of RGB (Red+Green+Blue) = 196+173+153=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD99 is #3B5266. Grayscale: #B1B1B1. Windows color (decimal): -3887719 or 10071492. OLE color: 10071492.

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

Color convert

RGB 196 173 153 -
CMYK 0 0.12 0.22 0.23
HSL 27.91º 0.27% 0.68% -
HSV(B) 27.91º 0.22% 0.77% -
XYZ 43.46 43.92 36.32 -
YUV 177.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 196 173 153 0 0.12 0.22 0.23 27.91 0.27 0.68
Hex C4 AD 99 0 C 16 17 1C 1B 44
Octal 304 255 231 0 14 26 27 34 33 104
Binary 11000100 10101101 10011001 0 1100 10110 10111 11100 11011 1000100

Color Harmonies of #C4AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD99

Black with #C4AD99

Text Example


Text Example

White with #C4AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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