Shades of Kidnapper #C6C8B0
Tints of Kidnapper #C6C8B0
RGB
CMYK
RGB Variations
Color information
#C6C8B0 (or 0xC6C8B0) is known color: Kidnapper. HEX triplet: C6, C8 and B0. RGB value is (198,200,176). Sum of RGB (Red+Green+Blue) = 198+200+176=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8B0 is #39374F. Grayscale: #C4C4C4. Windows color (decimal): -3749712 or 11585734. OLE color: 11585734.
HSL color Cylindrical-coordinate representation of color #C6C8B0: hue angle of 65º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C8B0 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 200 | 176 | - |
CMYK | 0.01 | 0 | 0.12 | 0.22 |
HSL | 65º | 0.18% | 0.74% | - |
HSV(B) | 65º | 0.12% | 0.78% | - |
XYZ | 51.78 | 56.45 | 49.24 | - |
YUV | 196.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 200 | 176 | 0.01 | 0 | 0.12 | 0.22 | 65 | 0.18 | 0.74 |
Hex | C6 | C8 | B0 | 1 | 0 | C | 16 | 41 | 12 | 4A |
Octal | 306 | 310 | 260 | 1 | 0 | 14 | 26 | 101 | 22 | 112 |
Binary | 11000110 | 11001000 | 10110000 | 1 | 0 | 1100 | 10110 | 1000001 | 10010 | 1001010 |
Color Harmonies of #C6C8B0
Complementary color
Monochromatic Colors of #C6C8B0
Black with #C6C8B0
Text Example
Text Example
White with #C6C8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8B0; }
p { color: rgb(198,200,176); }
H1.HeaderClassName
{
color: #C6C8B0;
}
.AnyTagClassName
{
color: #C6C8B0;
}
</style>
background-color css
<style>
a { background-color: #C6C8B0; }
a { background-color: rgb(198,200,176); }
div.DivClassName
{
background-color: #C6C8B0;
}
.BgClassName
{
background-color: #C6C8B0;
}
</style>
border-color css
<style>
span { border-color: #C6C8B0; }
span { border-color: rgb(198,200,176); }
td.TdClassName
{
border-color: #C6C8B0;
}
.TagClassName
{
border-color: #C6C8B0;
}
</style>