Shades of Kidnapper #C7C9A5
Tints of Kidnapper #C7C9A5
RGB
CMYK
RGB Variations
Color information
#C7C9A5 (or 0xC7C9A5) is known color: Kidnapper. HEX triplet: C7, C9 and A5. RGB value is (199,201,165). Sum of RGB (Red+Green+Blue) = 199+201+165=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C9A5 is #38365A. Grayscale: #C4C4C4. Windows color (decimal): -3683931 or 10865095. OLE color: 10865095.
HSL color Cylindrical-coordinate representation of color #C7C9A5: hue angle of 63.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C9A5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 165 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.21 |
| HSL | 63.33º | 0.25% | 0.72% | - |
| HSV(B) | 63.33º | 0.18% | 0.79% | - |
| XYZ | 51.23 | 56.63 | 43.83 | - |
| YUV | 196.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 165 | 0.01 | 0 | 0.18 | 0.21 | 63.33 | 0.25 | 0.72 |
| Hex | C7 | C9 | A5 | 1 | 0 | 12 | 15 | 3F | 19 | 48 |
| Octal | 307 | 311 | 245 | 1 | 0 | 22 | 25 | 77 | 31 | 110 |
| Binary | 11000111 | 11001001 | 10100101 | 1 | 0 | 10010 | 10101 | 111111 | 11001 | 1001000 |
Color Harmonies of #C7C9A5
Complementary color
Monochromatic Colors of #C7C9A5
Black with #C7C9A5
Text Example
Text Example
White with #C7C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C9A5; }
p { color: rgb(199,201,165); }
H1.HeaderClassName
{
color: #C7C9A5;
}
.AnyTagClassName
{
color: #C7C9A5;
}
</style>
background-color css
<style>
a { background-color: #C7C9A5; }
a { background-color: rgb(199,201,165); }
div.DivClassName
{
background-color: #C7C9A5;
}
.BgClassName
{
background-color: #C7C9A5;
}
</style>
border-color css
<style>
span { border-color: #C7C9A5; }
span { border-color: rgb(199,201,165); }
td.TdClassName
{
border-color: #C7C9A5;
}
.TagClassName
{
border-color: #C7C9A5;
}
</style>