Shades of Kidnapper #C7CAAC
Tints of Kidnapper #C7CAAC
RGB
CMYK
RGB Variations
Color information
#C7CAAC (or 0xC7CAAC) is known color: Kidnapper. HEX triplet: C7, CA and AC. RGB value is (199,202,172). Sum of RGB (Red+Green+Blue) = 199+202+172=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CAAC is #383553. Grayscale: #C5C5C5. Windows color (decimal): -3683668 or 11324103. OLE color: 11324103.
HSL color Cylindrical-coordinate representation of color #C7CAAC: hue angle of 66º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7CAAC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 199 | 202 | 172 | - |
CMYK | 0.01 | 0 | 0.15 | 0.21 |
HSL | 66º | 0.22% | 0.73% | - |
HSV(B) | 66º | 0.15% | 0.79% | - |
XYZ | 52.12 | 57.36 | 47.35 | - |
YUV | 197.68 | 113.51 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 202 | 172 | 0.01 | 0 | 0.15 | 0.21 | 66 | 0.22 | 0.73 |
Hex | C7 | CA | AC | 1 | 0 | F | 15 | 42 | 16 | 49 |
Octal | 307 | 312 | 254 | 1 | 0 | 17 | 25 | 102 | 26 | 111 |
Binary | 11000111 | 11001010 | 10101100 | 1 | 0 | 1111 | 10101 | 1000010 | 10110 | 1001001 |
Color Harmonies of #C7CAAC
Complementary color
Monochromatic Colors of #C7CAAC
Black with #C7CAAC
Text Example
Text Example
White with #C7CAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAAC; }
p { color: rgb(199,202,172); }
H1.HeaderClassName
{
color: #C7CAAC;
}
.AnyTagClassName
{
color: #C7CAAC;
}
</style>
background-color css
<style>
a { background-color: #C7CAAC; }
a { background-color: rgb(199,202,172); }
div.DivClassName
{
background-color: #C7CAAC;
}
.BgClassName
{
background-color: #C7CAAC;
}
</style>
border-color css
<style>
span { border-color: #C7CAAC; }
span { border-color: rgb(199,202,172); }
td.TdClassName
{
border-color: #C7CAAC;
}
.TagClassName
{
border-color: #C7CAAC;
}
</style>