Shades of Kidnapper #C9CDA5
Tints of Kidnapper #C9CDA5
RGB
CMYK
RGB Variations
Color information
#C9CDA5 (or 0xC9CDA5) is known color: Kidnapper. HEX triplet: C9, CD and A5. RGB value is (201,205,165). Sum of RGB (Red+Green+Blue) = 201+205+165=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CDA5 is #36325A. Grayscale: #C7C7C7. Windows color (decimal): -3551835 or 10866121. OLE color: 10866121.
HSL color Cylindrical-coordinate representation of color #C9CDA5: hue angle of 66º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CDA5 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 165 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.20 |
| HSL | 66º | 0.29% | 0.73% | - |
| HSV(B) | 66º | 0.2% | 0.8% | - |
| XYZ | 52.71 | 58.8 | 44.17 | - |
| YUV | 199.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 165 | 0.02 | 0 | 0.20 | 0.20 | 66 | 0.29 | 0.73 |
| Hex | C9 | CD | A5 | 2 | 0 | 14 | 14 | 42 | 1D | 49 |
| Octal | 311 | 315 | 245 | 2 | 0 | 24 | 24 | 102 | 35 | 111 |
| Binary | 11001001 | 11001101 | 10100101 | 10 | 0 | 10100 | 10100 | 1000010 | 11101 | 1001001 |
Color Harmonies of #C9CDA5
Complementary color
Monochromatic Colors of #C9CDA5
Black with #C9CDA5
Text Example
Text Example
White with #C9CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDA5; }
p { color: rgb(201,205,165); }
H1.HeaderClassName
{
color: #C9CDA5;
}
.AnyTagClassName
{
color: #C9CDA5;
}
</style>
background-color css
<style>
a { background-color: #C9CDA5; }
a { background-color: rgb(201,205,165); }
div.DivClassName
{
background-color: #C9CDA5;
}
.BgClassName
{
background-color: #C9CDA5;
}
</style>
border-color css
<style>
span { border-color: #C9CDA5; }
span { border-color: rgb(201,205,165); }
td.TdClassName
{
border-color: #C9CDA5;
}
.TagClassName
{
border-color: #C9CDA5;
}
</style>