Html Css Color HEX #C6AC9F Silk

📋 copy color: '#C6AC9F'

red 198 ◦ green 172 ◦ blue 159

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

Shades of Silk #C6AC9F

Tints of Silk #C6AC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 37.43%
G = 32.51%
B = 30.06%

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

#C6AC9F (or 0xC6AC9F) is known color: Silk. HEX triplet: C6, AC and 9F. RGB value is (198,172,159). Sum of RGB (Red+Green+Blue) = 198+172+159=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC9F is #395360. Grayscale: #B2B2B2. Windows color (decimal): -3756897 or 10464454. OLE color: 10464454.

HSL color Cylindrical-coordinate representation of color #C6AC9F: hue angle of 20º degrees, saturation: 0.25, 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 #C6AC9F is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 172 159 -
CMYK 0 0.13 0.20 0.22
HSL 20º 0.25% 0.7% -
HSV(B) 20º 0.2% 0.78% -
XYZ 44.3 44.01 38.96 -
YUV 178.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 198 172 159 0 0.13 0.20 0.22 20 0.25 0.7
Hex C6 AC 9F 0 D 14 16 14 19 46
Octal 306 254 237 0 15 24 26 24 31 106
Binary 11000110 10101100 10011111 0 1101 10100 10110 10100 11001 1000110

Color Harmonies of #C6AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC9F

Black with #C6AC9F

Text Example


Text Example

White with #C6AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC9F; }

 p { color: rgb(198,172,159); }

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

background-color css

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

 a { background-color: rgb(198,172,159); }

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

border-color css

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

 span { border-color: rgb(198,172,159); }

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