Shades of Kidnapper #C7CBAD
Tints of Kidnapper #C7CBAD
RGB
CMYK
RGB Variations
Color information
#C7CBAD (or 0xC7CBAD) is known color: Kidnapper. HEX triplet: C7, CB and AD. RGB value is (199,203,173). Sum of RGB (Red+Green+Blue) = 199+203+173=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CBAD is #383452. Grayscale: #C6C6C6. Windows color (decimal): -3683411 or 11389895. OLE color: 11389895.
HSL color Cylindrical-coordinate representation of color #C7CBAD: hue angle of 68º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7CBAD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 173 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.20 |
| HSL | 68º | 0.22% | 0.74% | - |
| HSV(B) | 68º | 0.15% | 0.8% | - |
| XYZ | 52.45 | 57.87 | 47.94 | - |
| YUV | 198.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 173 | 0.02 | 0 | 0.15 | 0.20 | 68 | 0.22 | 0.74 |
| Hex | C7 | CB | AD | 2 | 0 | F | 14 | 44 | 16 | 4A |
| Octal | 307 | 313 | 255 | 2 | 0 | 17 | 24 | 104 | 26 | 112 |
| Binary | 11000111 | 11001011 | 10101101 | 10 | 0 | 1111 | 10100 | 1000100 | 10110 | 1001010 |
Color Harmonies of #C7CBAD
Complementary color
Monochromatic Colors of #C7CBAD
Black with #C7CBAD
Text Example
Text Example
White with #C7CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBAD; }
p { color: rgb(199,203,173); }
H1.HeaderClassName
{
color: #C7CBAD;
}
.AnyTagClassName
{
color: #C7CBAD;
}
</style>
background-color css
<style>
a { background-color: #C7CBAD; }
a { background-color: rgb(199,203,173); }
div.DivClassName
{
background-color: #C7CBAD;
}
.BgClassName
{
background-color: #C7CBAD;
}
</style>
border-color css
<style>
span { border-color: #C7CBAD; }
span { border-color: rgb(199,203,173); }
td.TdClassName
{
border-color: #C7CBAD;
}
.TagClassName
{
border-color: #C7CBAD;
}
</style>