Shades of Kidnapper #C5C6B3
Tints of Kidnapper #C5C6B3
RGB
CMYK
RGB Variations
Color information
#C5C6B3 (or 0xC5C6B3) is known color: Kidnapper. HEX triplet: C5, C6 and B3. RGB value is (197,198,179). Sum of RGB (Red+Green+Blue) = 197+198+179=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6B3 is #3A394C. Grayscale: #C3C3C3. Windows color (decimal): -3815757 or 11781829. OLE color: 11781829.
HSL color Cylindrical-coordinate representation of color #C5C6B3: hue angle of 63.16º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C6B3 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 179 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.22 |
| HSL | 63.16º | 0.14% | 0.74% | - |
| HSV(B) | 63.16º | 0.1% | 0.78% | - |
| XYZ | 51.36 | 55.51 | 50.66 | - |
| YUV | 195.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 179 | 0.01 | 0 | 0.10 | 0.22 | 63.16 | 0.14 | 0.74 |
| Hex | C5 | C6 | B3 | 1 | 0 | A | 16 | 3F | E | 4A |
| Octal | 305 | 306 | 263 | 1 | 0 | 12 | 26 | 77 | 16 | 112 |
| Binary | 11000101 | 11000110 | 10110011 | 1 | 0 | 1010 | 10110 | 111111 | 1110 | 1001010 |
Color Harmonies of #C5C6B3
Complementary color
Monochromatic Colors of #C5C6B3
Black with #C5C6B3
Text Example
Text Example
White with #C5C6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6B3; }
p { color: rgb(197,198,179); }
H1.HeaderClassName
{
color: #C5C6B3;
}
.AnyTagClassName
{
color: #C5C6B3;
}
</style>
background-color css
<style>
a { background-color: #C5C6B3; }
a { background-color: rgb(197,198,179); }
div.DivClassName
{
background-color: #C5C6B3;
}
.BgClassName
{
background-color: #C5C6B3;
}
</style>
border-color css
<style>
span { border-color: #C5C6B3; }
span { border-color: rgb(197,198,179); }
td.TdClassName
{
border-color: #C5C6B3;
}
.TagClassName
{
border-color: #C5C6B3;
}
</style>