Shades of Putty #CFB270
Tints of Putty #CFB270
RGB
CMYK
RGB Variations
Color information
#CFB270 (or 0xCFB270) is known color: Putty. HEX triplet: CF, B2 and 70. RGB value is (207,178,112). Sum of RGB (Red+Green+Blue) = 207+178+112=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB270 is #304D8F. Grayscale: #B3B3B3. Windows color (decimal): -3165584 or 7385807. OLE color: 7385807.
HSL color Cylindrical-coordinate representation of color #CFB270: hue angle of 41.68º 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 #CFB270 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 112 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.19 |
| HSL | 41.68º | 0.5% | 0.63% | - |
| HSV(B) | 41.68º | 0.46% | 0.81% | - |
| XYZ | 44.58 | 46.28 | 21.91 | - |
| YUV | 179.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 112 | 0 | 0.14 | 0.46 | 0.19 | 41.68 | 0.5 | 0.63 |
| Hex | CF | B2 | 70 | 0 | E | 2E | 13 | 2A | 32 | 3F |
| Octal | 317 | 262 | 160 | 0 | 16 | 56 | 23 | 52 | 62 | 77 |
| Binary | 11001111 | 10110010 | 1110000 | 0 | 1110 | 101110 | 10011 | 101010 | 110010 | 111111 |
Color Harmonies of #CFB270
Complementary color
Monochromatic Colors of #CFB270
Black with #CFB270
Text Example
Text Example
White with #CFB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB270; }
p { color: rgb(207,178,112); }
H1.HeaderClassName
{
color: #CFB270;
}
.AnyTagClassName
{
color: #CFB270;
}
</style>
background-color css
<style>
a { background-color: #CFB270; }
a { background-color: rgb(207,178,112); }
div.DivClassName
{
background-color: #CFB270;
}
.BgClassName
{
background-color: #CFB270;
}
</style>
border-color css
<style>
span { border-color: #CFB270; }
span { border-color: rgb(207,178,112); }
td.TdClassName
{
border-color: #CFB270;
}
.TagClassName
{
border-color: #CFB270;
}
</style>