Html Css Color HEX #C6AD9E Silk

📋 copy color: '#C6AD9E'

red 198 ◦ green 173 ◦ blue 158

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

Shades of Silk #C6AD9E

Tints of Silk #C6AD9E

RGB

 RED value IS 198 (77.73% from 255) = 37.43%

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

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 37.43%
G = 32.7%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6AD9E (or 0xC6AD9E) is known color: Silk. HEX triplet: C6, AD and 9E. RGB value is (198,173,158). Sum of RGB (Red+Green+Blue) = 198+173+158=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD9E is #395261. Grayscale: #B2B2B2. Windows color (decimal): -3756642 or 10399174. OLE color: 10399174.

HSL color Cylindrical-coordinate representation of color #C6AD9E: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AD9E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 158 -
CMYK 0 0.13 0.20 0.22
HSL 22.5º 0.26% 0.7% -
HSV(B) 22.5º 0.2% 0.78% -
XYZ 44.4 44.36 38.57 -
YUV 178.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 198 173 158 0 0.13 0.20 0.22 22.5 0.26 0.7
Hex C6 AD 9E 0 D 14 16 16 1A 46
Octal 306 255 236 0 15 24 26 26 32 106
Binary 11000110 10101101 10011110 0 1101 10100 10110 10110 11010 1000110

Color Harmonies of #C6AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD9E

Black with #C6AD9E

Text Example


Text Example

White with #C6AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD9E; }

 p { color: rgb(198,173,158); }

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

background-color css

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

 a { background-color: rgb(198,173,158); }

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

border-color css

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

 span { border-color: rgb(198,173,158); }

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