Html Css Color HEX #C6AF9D Silk

📋 copy color: '#C6AF9D'

red 198 ◦ green 175 ◦ blue 157

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

Shades of Silk #C6AF9D

Tints of Silk #C6AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

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

R = 37.36%
G = 33.02%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6AF9D (or 0xC6AF9D) is known color: Silk. HEX triplet: C6, AF and 9D. RGB value is (198,175,157). Sum of RGB (Red+Green+Blue) = 198+175+157=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF9D is #395062. Grayscale: #B3B3B3. Windows color (decimal): -3756131 or 10334150. OLE color: 10334150.

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

Color convert

RGB 198 175 157 -
CMYK 0 0.12 0.21 0.22
HSL 26.34º 0.26% 0.7% -
HSV(B) 26.34º 0.21% 0.78% -
XYZ 44.7 45.1 38.25 -
YUV 179.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 198 175 157 0 0.12 0.21 0.22 26.34 0.26 0.7
Hex C6 AF 9D 0 C 15 16 1A 1A 46
Octal 306 257 235 0 14 25 26 32 32 106
Binary 11000110 10101111 10011101 0 1100 10101 10110 11010 11010 1000110

Color Harmonies of #C6AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF9D

Black with #C6AF9D

Text Example


Text Example

White with #C6AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF9D; }

 p { color: rgb(198,175,157); }

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

background-color css

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

 a { background-color: rgb(198,175,157); }

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

border-color css

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

 span { border-color: rgb(198,175,157); }

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