Shades of Putty #C2B071
Tints of Putty #C2B071
RGB
CMYK
RGB Variations
Color information
#C2B071 (or 0xC2B071) is known color: Putty. HEX triplet: C2, B0 and 71. RGB value is (194,176,113). Sum of RGB (Red+Green+Blue) = 194+176+113=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B071 is #3D4F8E. Grayscale: #AEAEAE. Windows color (decimal): -4018063 or 7450818. OLE color: 7450818.
HSL color Cylindrical-coordinate representation of color #C2B071: hue angle of 46.67º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2B071 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 113 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.24 |
| HSL | 46.67º | 0.4% | 0.6% | - |
| HSV(B) | 46.67º | 0.42% | 0.76% | - |
| XYZ | 40.75 | 43.71 | 21.91 | - |
| YUV | 174.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 113 | 0 | 0.09 | 0.42 | 0.24 | 46.67 | 0.4 | 0.6 |
| Hex | C2 | B0 | 71 | 0 | 9 | 2A | 18 | 2F | 28 | 3C |
| Octal | 302 | 260 | 161 | 0 | 11 | 52 | 30 | 57 | 50 | 74 |
| Binary | 11000010 | 10110000 | 1110001 | 0 | 1001 | 101010 | 11000 | 101111 | 101000 | 111100 |
Color Harmonies of #C2B071
Complementary color
Monochromatic Colors of #C2B071
Black with #C2B071
Text Example
Text Example
White with #C2B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B071; }
p { color: rgb(194,176,113); }
H1.HeaderClassName
{
color: #C2B071;
}
.AnyTagClassName
{
color: #C2B071;
}
</style>
background-color css
<style>
a { background-color: #C2B071; }
a { background-color: rgb(194,176,113); }
div.DivClassName
{
background-color: #C2B071;
}
.BgClassName
{
background-color: #C2B071;
}
</style>
border-color css
<style>
span { border-color: #C2B071; }
span { border-color: rgb(194,176,113); }
td.TdClassName
{
border-color: #C2B071;
}
.TagClassName
{
border-color: #C2B071;
}
</style>