Shades of Putty #CFB070
Tints of Putty #CFB070
RGB
CMYK
RGB Variations
Color information
#CFB070 (or 0xCFB070) is known color: Putty. HEX triplet: CF, B0 and 70. RGB value is (207,176,112). Sum of RGB (Red+Green+Blue) = 207+176+112=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB070 is #304F8F. Grayscale: #B2B2B2. Windows color (decimal): -3166096 or 7385295. OLE color: 7385295.
HSL color Cylindrical-coordinate representation of color #CFB070: hue angle of 40.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFB070 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 112 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.19 |
| HSL | 40.42º | 0.5% | 0.63% | - |
| HSV(B) | 40.42º | 0.46% | 0.81% | - |
| XYZ | 44.18 | 45.49 | 21.78 | - |
| YUV | 177.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 112 | 0 | 0.15 | 0.46 | 0.19 | 40.42 | 0.5 | 0.63 |
| Hex | CF | B0 | 70 | 0 | F | 2E | 13 | 28 | 32 | 3F |
| Octal | 317 | 260 | 160 | 0 | 17 | 56 | 23 | 50 | 62 | 77 |
| Binary | 11001111 | 10110000 | 1110000 | 0 | 1111 | 101110 | 10011 | 101000 | 110010 | 111111 |
Color Harmonies of #CFB070
Complementary color
Monochromatic Colors of #CFB070
Black with #CFB070
Text Example
Text Example
White with #CFB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB070; }
p { color: rgb(207,176,112); }
H1.HeaderClassName
{
color: #CFB070;
}
.AnyTagClassName
{
color: #CFB070;
}
</style>
background-color css
<style>
a { background-color: #CFB070; }
a { background-color: rgb(207,176,112); }
div.DivClassName
{
background-color: #CFB070;
}
.BgClassName
{
background-color: #CFB070;
}
</style>
border-color css
<style>
span { border-color: #CFB070; }
span { border-color: rgb(207,176,112); }
td.TdClassName
{
border-color: #CFB070;
}
.TagClassName
{
border-color: #CFB070;
}
</style>