Shades of Silk #C3AFA5
Tints of Silk #C3AFA5
RGB
CMYK
RGB Variations
Color information
#C3AFA5 (or 0xC3AFA5) is known color: Silk. HEX triplet: C3, AF and A5. RGB value is (195,175,165). Sum of RGB (Red+Green+Blue) = 195+175+165=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFA5 is #3C505A. Grayscale: #B3B3B3. Windows color (decimal): -3952731 or 10858435. OLE color: 10858435.
HSL color Cylindrical-coordinate representation of color #C3AFA5: hue angle of 20º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AFA5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 165 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.24 |
| HSL | 20º | 0.2% | 0.71% | - |
| HSV(B) | 20º | 0.15% | 0.76% | - |
| XYZ | 44.63 | 44.98 | 41.93 | - |
| YUV | 179.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 165 | 0 | 0.10 | 0.15 | 0.24 | 20 | 0.2 | 0.71 |
| Hex | C3 | AF | A5 | 0 | A | F | 18 | 14 | 14 | 47 |
| Octal | 303 | 257 | 245 | 0 | 12 | 17 | 30 | 24 | 24 | 107 |
| Binary | 11000011 | 10101111 | 10100101 | 0 | 1010 | 1111 | 11000 | 10100 | 10100 | 1000111 |
Color Harmonies of #C3AFA5
Complementary color
Monochromatic Colors of #C3AFA5
Black with #C3AFA5
Text Example
Text Example
White with #C3AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFA5; }
p { color: rgb(195,175,165); }
H1.HeaderClassName
{
color: #C3AFA5;
}
.AnyTagClassName
{
color: #C3AFA5;
}
</style>
background-color css
<style>
a { background-color: #C3AFA5; }
a { background-color: rgb(195,175,165); }
div.DivClassName
{
background-color: #C3AFA5;
}
.BgClassName
{
background-color: #C3AFA5;
}
</style>
border-color css
<style>
span { border-color: #C3AFA5; }
span { border-color: rgb(195,175,165); }
td.TdClassName
{
border-color: #C3AFA5;
}
.TagClassName
{
border-color: #C3AFA5;
}
</style>