Shades of Skeptic #99C3AF
Tints of Skeptic #99C3AF
RGB
CMYK
RGB Variations
Color information
#99C3AF (or 0x99C3AF) is known color: Skeptic. HEX triplet: 99, C3 and AF. RGB value is (153,195,175). Sum of RGB (Red+Green+Blue) = 153+195+175=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C3AF is #663C50. Grayscale: #B4B4B4. Windows color (decimal): -6700113 or 11518873. OLE color: 11518873.
HSL color Cylindrical-coordinate representation of color #99C3AF: hue angle of 151.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3AF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 175 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.24 |
| HSL | 151.43º | 0.26% | 0.68% | - |
| HSV(B) | 151.43º | 0.22% | 0.76% | - |
| XYZ | 40.39 | 48.9 | 47.87 | - |
| YUV | 180.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 175 | 0.22 | 0 | 0.10 | 0.24 | 151.43 | 0.26 | 0.68 |
| Hex | 99 | C3 | AF | 16 | 0 | A | 18 | 97 | 1A | 44 |
| Octal | 231 | 303 | 257 | 26 | 0 | 12 | 30 | 227 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10101111 | 10110 | 0 | 1010 | 11000 | 10010111 | 11010 | 1000100 |
Color Harmonies of #99C3AF
Complementary color
Monochromatic Colors of #99C3AF
Black with #99C3AF
Text Example
Text Example
White with #99C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3AF; }
p { color: rgb(153,195,175); }
H1.HeaderClassName
{
color: #99C3AF;
}
.AnyTagClassName
{
color: #99C3AF;
}
</style>
background-color css
<style>
a { background-color: #99C3AF; }
a { background-color: rgb(153,195,175); }
div.DivClassName
{
background-color: #99C3AF;
}
.BgClassName
{
background-color: #99C3AF;
}
</style>
border-color css
<style>
span { border-color: #99C3AF; }
span { border-color: rgb(153,195,175); }
td.TdClassName
{
border-color: #99C3AF;
}
.TagClassName
{
border-color: #99C3AF;
}
</style>