Shades of Putty #C6B270
Tints of Putty #C6B270
RGB
CMYK
RGB Variations
Color information
#C6B270 (or 0xC6B270) is known color: Putty. HEX triplet: C6, B2 and 70. RGB value is (198,178,112). Sum of RGB (Red+Green+Blue) = 198+178+112=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B270 is #394D8F. Grayscale: #B0B0B0. Windows color (decimal): -3755408 or 7385798. OLE color: 7385798.
HSL color Cylindrical-coordinate representation of color #C6B270: hue angle of 46.05º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6B270 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 112 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.22 |
| HSL | 46.05º | 0.43% | 0.61% | - |
| HSV(B) | 46.05º | 0.43% | 0.78% | - |
| XYZ | 42.13 | 45.02 | 21.8 | - |
| YUV | 176.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 112 | 0 | 0.10 | 0.43 | 0.22 | 46.05 | 0.43 | 0.61 |
| Hex | C6 | B2 | 70 | 0 | A | 2B | 16 | 2E | 2B | 3D |
| Octal | 306 | 262 | 160 | 0 | 12 | 53 | 26 | 56 | 53 | 75 |
| Binary | 11000110 | 10110010 | 1110000 | 0 | 1010 | 101011 | 10110 | 101110 | 101011 | 111101 |
Color Harmonies of #C6B270
Complementary color
Monochromatic Colors of #C6B270
Black with #C6B270
Text Example
Text Example
White with #C6B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B270; }
p { color: rgb(198,178,112); }
H1.HeaderClassName
{
color: #C6B270;
}
.AnyTagClassName
{
color: #C6B270;
}
</style>
background-color css
<style>
a { background-color: #C6B270; }
a { background-color: rgb(198,178,112); }
div.DivClassName
{
background-color: #C6B270;
}
.BgClassName
{
background-color: #C6B270;
}
</style>
border-color css
<style>
span { border-color: #C6B270; }
span { border-color: rgb(198,178,112); }
td.TdClassName
{
border-color: #C6B270;
}
.TagClassName
{
border-color: #C6B270;
}
</style>