Shades of Putty #CFB078
Tints of Putty #CFB078
RGB
CMYK
RGB Variations
Color information
#CFB078 (or 0xCFB078) is known color: Putty. HEX triplet: CF, B0 and 78. RGB value is (207,176,120). Sum of RGB (Red+Green+Blue) = 207+176+120=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB078 is #304F87. Grayscale: #B3B3B3. Windows color (decimal): -3166088 or 7909583. OLE color: 7909583.
HSL color Cylindrical-coordinate representation of color #CFB078: hue angle of 38.62º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFB078 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 120 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 38.62º | 0.48% | 0.64% | - |
| HSV(B) | 38.62º | 0.42% | 0.81% | - |
| XYZ | 44.65 | 45.67 | 24.23 | - |
| YUV | 178.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 120 | 0 | 0.15 | 0.42 | 0.19 | 38.62 | 0.48 | 0.64 |
| Hex | CF | B0 | 78 | 0 | F | 2A | 13 | 27 | 30 | 40 |
| Octal | 317 | 260 | 170 | 0 | 17 | 52 | 23 | 47 | 60 | 100 |
| Binary | 11001111 | 10110000 | 1111000 | 0 | 1111 | 101010 | 10011 | 100111 | 110000 | 1000000 |
Color Harmonies of #CFB078
Complementary color
Monochromatic Colors of #CFB078
Black with #CFB078
Text Example
Text Example
White with #CFB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB078; }
p { color: rgb(207,176,120); }
H1.HeaderClassName
{
color: #CFB078;
}
.AnyTagClassName
{
color: #CFB078;
}
</style>
background-color css
<style>
a { background-color: #CFB078; }
a { background-color: rgb(207,176,120); }
div.DivClassName
{
background-color: #CFB078;
}
.BgClassName
{
background-color: #CFB078;
}
</style>
border-color css
<style>
span { border-color: #CFB078; }
span { border-color: rgb(207,176,120); }
td.TdClassName
{
border-color: #CFB078;
}
.TagClassName
{
border-color: #CFB078;
}
</style>