Shades of Kidnapper #C7C9B1
Tints of Kidnapper #C7C9B1
RGB
CMYK
RGB Variations
Color information
#C7C9B1 (or 0xC7C9B1) is known color: Kidnapper. HEX triplet: C7, C9 and B1. RGB value is (199,201,177). Sum of RGB (Red+Green+Blue) = 199+201+177=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C9B1 is #38364E. Grayscale: #C5C5C5. Windows color (decimal): -3683919 or 11651527. OLE color: 11651527.
HSL color Cylindrical-coordinate representation of color #C7C9B1: hue angle of 65º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C9B1 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 177 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.21 |
| HSL | 65º | 0.18% | 0.74% | - |
| HSV(B) | 65º | 0.12% | 0.79% | - |
| XYZ | 52.38 | 57.09 | 49.85 | - |
| YUV | 197.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 177 | 0.01 | 0 | 0.12 | 0.21 | 65 | 0.18 | 0.74 |
| Hex | C7 | C9 | B1 | 1 | 0 | C | 15 | 41 | 12 | 4A |
| Octal | 307 | 311 | 261 | 1 | 0 | 14 | 25 | 101 | 22 | 112 |
| Binary | 11000111 | 11001001 | 10110001 | 1 | 0 | 1100 | 10101 | 1000001 | 10010 | 1001010 |
Color Harmonies of #C7C9B1
Complementary color
Monochromatic Colors of #C7C9B1
Black with #C7C9B1
Text Example
Text Example
White with #C7C9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C9B1; }
p { color: rgb(199,201,177); }
H1.HeaderClassName
{
color: #C7C9B1;
}
.AnyTagClassName
{
color: #C7C9B1;
}
</style>
background-color css
<style>
a { background-color: #C7C9B1; }
a { background-color: rgb(199,201,177); }
div.DivClassName
{
background-color: #C7C9B1;
}
.BgClassName
{
background-color: #C7C9B1;
}
</style>
border-color css
<style>
span { border-color: #C7C9B1; }
span { border-color: rgb(199,201,177); }
td.TdClassName
{
border-color: #C7C9B1;
}
.TagClassName
{
border-color: #C7C9B1;
}
</style>