Shades of Kidnapper #C8C9AE
Tints of Kidnapper #C8C9AE
RGB
CMYK
RGB Variations
Color information
#C8C9AE (or 0xC8C9AE) is known color: Kidnapper. HEX triplet: C8, C9 and AE. RGB value is (200,201,174). Sum of RGB (Red+Green+Blue) = 200+201+174=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C9AE is #373651. Grayscale: #C5C5C5. Windows color (decimal): -3618386 or 11454920. OLE color: 11454920.
HSL color Cylindrical-coordinate representation of color #C8C9AE: hue angle of 62.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C9AE is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 174 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.21 |
| HSL | 62.22º | 0.2% | 0.74% | - |
| HSV(B) | 62.22º | 0.13% | 0.79% | - |
| XYZ | 52.35 | 57.11 | 48.31 | - |
| YUV | 197.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 174 | 0.00 | 0 | 0.13 | 0.21 | 62.22 | 0.2 | 0.74 |
| Hex | C8 | C9 | AE | 0 | 0 | D | 15 | 3E | 14 | 4A |
| Octal | 310 | 311 | 256 | 0 | 0 | 15 | 25 | 76 | 24 | 112 |
| Binary | 11001000 | 11001001 | 10101110 | 0 | 0 | 1101 | 10101 | 111110 | 10100 | 1001010 |
Color Harmonies of #C8C9AE
Complementary color
Monochromatic Colors of #C8C9AE
Black with #C8C9AE
Text Example
Text Example
White with #C8C9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9AE; }
p { color: rgb(200,201,174); }
H1.HeaderClassName
{
color: #C8C9AE;
}
.AnyTagClassName
{
color: #C8C9AE;
}
</style>
background-color css
<style>
a { background-color: #C8C9AE; }
a { background-color: rgb(200,201,174); }
div.DivClassName
{
background-color: #C8C9AE;
}
.BgClassName
{
background-color: #C8C9AE;
}
</style>
border-color css
<style>
span { border-color: #C8C9AE; }
span { border-color: rgb(200,201,174); }
td.TdClassName
{
border-color: #C8C9AE;
}
.TagClassName
{
border-color: #C8C9AE;
}
</style>