Shades of Kidnapper #C3C4AD
Tints of Kidnapper #C3C4AD
RGB
CMYK
RGB Variations
Color information
#C3C4AD (or 0xC3C4AD) is known color: Kidnapper. HEX triplet: C3, C4 and AD. RGB value is (195,196,173). Sum of RGB (Red+Green+Blue) = 195+196+173=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C4AD is #3C3B52. Grayscale: #C1C1C1. Windows color (decimal): -3947347 or 11388099. OLE color: 11388099.
HSL color Cylindrical-coordinate representation of color #C3C4AD: hue angle of 62.61º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C4AD is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 173 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.23 |
| HSL | 62.61º | 0.16% | 0.72% | - |
| HSV(B) | 62.61º | 0.12% | 0.77% | - |
| XYZ | 49.79 | 54.1 | 47.35 | - |
| YUV | 193.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 173 | 0.01 | 0 | 0.12 | 0.23 | 62.61 | 0.16 | 0.72 |
| Hex | C3 | C4 | AD | 1 | 0 | C | 17 | 3F | 10 | 48 |
| Octal | 303 | 304 | 255 | 1 | 0 | 14 | 27 | 77 | 20 | 110 |
| Binary | 11000011 | 11000100 | 10101101 | 1 | 0 | 1100 | 10111 | 111111 | 10000 | 1001000 |
Color Harmonies of #C3C4AD
Complementary color
Monochromatic Colors of #C3C4AD
Black with #C3C4AD
Text Example
Text Example
White with #C3C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C4AD; }
p { color: rgb(195,196,173); }
H1.HeaderClassName
{
color: #C3C4AD;
}
.AnyTagClassName
{
color: #C3C4AD;
}
</style>
background-color css
<style>
a { background-color: #C3C4AD; }
a { background-color: rgb(195,196,173); }
div.DivClassName
{
background-color: #C3C4AD;
}
.BgClassName
{
background-color: #C3C4AD;
}
</style>
border-color css
<style>
span { border-color: #C3C4AD; }
span { border-color: rgb(195,196,173); }
td.TdClassName
{
border-color: #C3C4AD;
}
.TagClassName
{
border-color: #C3C4AD;
}
</style>