Shades of Putty #CFB675
Tints of Putty #CFB675
RGB
CMYK
RGB Variations
Color information
#CFB675 (or 0xCFB675) is known color: Putty. HEX triplet: CF, B6 and 75. RGB value is (207,182,117). Sum of RGB (Red+Green+Blue) = 207+182+117=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB675 is #30498A. Grayscale: #B6B6B6. Windows color (decimal): -3164555 or 7714511. OLE color: 7714511.
HSL color Cylindrical-coordinate representation of color #CFB675: hue angle of 43.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFB675 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 117 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.19 |
| HSL | 43.33º | 0.48% | 0.64% | - |
| HSV(B) | 43.33º | 0.43% | 0.81% | - |
| XYZ | 45.67 | 48.01 | 23.69 | - |
| YUV | 182.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 117 | 0 | 0.12 | 0.43 | 0.19 | 43.33 | 0.48 | 0.64 |
| Hex | CF | B6 | 75 | 0 | C | 2B | 13 | 2B | 30 | 40 |
| Octal | 317 | 266 | 165 | 0 | 14 | 53 | 23 | 53 | 60 | 100 |
| Binary | 11001111 | 10110110 | 1110101 | 0 | 1100 | 101011 | 10011 | 101011 | 110000 | 1000000 |
Color Harmonies of #CFB675
Complementary color
Monochromatic Colors of #CFB675
Black with #CFB675
Text Example
Text Example
White with #CFB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB675; }
p { color: rgb(207,182,117); }
H1.HeaderClassName
{
color: #CFB675;
}
.AnyTagClassName
{
color: #CFB675;
}
</style>
background-color css
<style>
a { background-color: #CFB675; }
a { background-color: rgb(207,182,117); }
div.DivClassName
{
background-color: #CFB675;
}
.BgClassName
{
background-color: #CFB675;
}
</style>
border-color css
<style>
span { border-color: #CFB675; }
span { border-color: rgb(207,182,117); }
td.TdClassName
{
border-color: #CFB675;
}
.TagClassName
{
border-color: #CFB675;
}
</style>