Shades of Kidnapper #C3C2A5
Tints of Kidnapper #C3C2A5
RGB
CMYK
RGB Variations
Color information
#C3C2A5 (or 0xC3C2A5) is known color: Kidnapper. HEX triplet: C3, C2 and A5. RGB value is (195,194,165). Sum of RGB (Red+Green+Blue) = 195+194+165=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C2A5 is #3C3D5A. Grayscale: #BFBFBF. Windows color (decimal): -3947867 or 10863299. OLE color: 10863299.
HSL color Cylindrical-coordinate representation of color #C3C2A5: hue angle of 58º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3C2A5 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 165 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.24 |
| HSL | 58º | 0.2% | 0.71% | - |
| HSV(B) | 58º | 0.15% | 0.76% | - |
| XYZ | 48.59 | 52.9 | 43.25 | - |
| YUV | 190.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 165 | 0 | 0.01 | 0.15 | 0.24 | 58 | 0.2 | 0.71 |
| Hex | C3 | C2 | A5 | 0 | 1 | F | 18 | 3A | 14 | 47 |
| Octal | 303 | 302 | 245 | 0 | 1 | 17 | 30 | 72 | 24 | 107 |
| Binary | 11000011 | 11000010 | 10100101 | 0 | 1 | 1111 | 11000 | 111010 | 10100 | 1000111 |
Color Harmonies of #C3C2A5
Complementary color
Monochromatic Colors of #C3C2A5
Black with #C3C2A5
Text Example
Text Example
White with #C3C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2A5; }
p { color: rgb(195,194,165); }
H1.HeaderClassName
{
color: #C3C2A5;
}
.AnyTagClassName
{
color: #C3C2A5;
}
</style>
background-color css
<style>
a { background-color: #C3C2A5; }
a { background-color: rgb(195,194,165); }
div.DivClassName
{
background-color: #C3C2A5;
}
.BgClassName
{
background-color: #C3C2A5;
}
</style>
border-color css
<style>
span { border-color: #C3C2A5; }
span { border-color: rgb(195,194,165); }
td.TdClassName
{
border-color: #C3C2A5;
}
.TagClassName
{
border-color: #C3C2A5;
}
</style>