Html Css Color HEX #C6A999 Silk

📋 copy color: '#C6A999'

red 198 ◦ green 169 ◦ blue 153

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

Shades of Silk #C6A999

Tints of Silk #C6A999

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

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

R = 38.08%
G = 32.5%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C6A999 (or 0xC6A999) is known color: Silk. HEX triplet: C6, A9 and 99. RGB value is (198,169,153). Sum of RGB (Red+Green+Blue) = 198+169+153=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A999 is #395666. Grayscale: #AFAFAF. Windows color (decimal): -3757671 or 10070470. OLE color: 10070470.

HSL color Cylindrical-coordinate representation of color #C6A999: hue angle of 21.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6A999 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 169 153 -
CMYK 0 0.15 0.23 0.22
HSL 21.33º 0.28% 0.69% -
HSV(B) 21.33º 0.23% 0.78% -
XYZ 43.23 42.68 36.1 -
YUV 175.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 198 169 153 0 0.15 0.23 0.22 21.33 0.28 0.69
Hex C6 A9 99 0 F 17 16 15 1C 45
Octal 306 251 231 0 17 27 26 25 34 105
Binary 11000110 10101001 10011001 0 1111 10111 10110 10101 11100 1000101

Color Harmonies of #C6A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A999

Black with #C6A999

Text Example


Text Example

White with #C6A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A999; }

 p { color: rgb(198,169,153); }

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

background-color css

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

 a { background-color: rgb(198,169,153); }

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

border-color css

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

 span { border-color: rgb(198,169,153); }

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