Shades of Putty #CFB175
Tints of Putty #CFB175
RGB
CMYK
RGB Variations
Color information
#CFB175 (or 0xCFB175) is known color: Putty. HEX triplet: CF, B1 and 75. RGB value is (207,177,117). Sum of RGB (Red+Green+Blue) = 207+177+117=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB175 is #304E8A. Grayscale: #B3B3B3. Windows color (decimal): -3165835 or 7713231. OLE color: 7713231.
HSL color Cylindrical-coordinate representation of color #CFB175: hue angle of 40º 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 #CFB175 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 117 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.19 |
| HSL | 40º | 0.48% | 0.64% | - |
| HSV(B) | 40º | 0.43% | 0.81% | - |
| XYZ | 44.67 | 45.99 | 23.35 | - |
| YUV | 179.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 117 | 0 | 0.14 | 0.43 | 0.19 | 40 | 0.48 | 0.64 |
| Hex | CF | B1 | 75 | 0 | E | 2B | 13 | 28 | 30 | 40 |
| Octal | 317 | 261 | 165 | 0 | 16 | 53 | 23 | 50 | 60 | 100 |
| Binary | 11001111 | 10110001 | 1110101 | 0 | 1110 | 101011 | 10011 | 101000 | 110000 | 1000000 |
Color Harmonies of #CFB175
Complementary color
Monochromatic Colors of #CFB175
Black with #CFB175
Text Example
Text Example
White with #CFB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB175; }
p { color: rgb(207,177,117); }
H1.HeaderClassName
{
color: #CFB175;
}
.AnyTagClassName
{
color: #CFB175;
}
</style>
background-color css
<style>
a { background-color: #CFB175; }
a { background-color: rgb(207,177,117); }
div.DivClassName
{
background-color: #CFB175;
}
.BgClassName
{
background-color: #CFB175;
}
</style>
border-color css
<style>
span { border-color: #CFB175; }
span { border-color: rgb(207,177,117); }
td.TdClassName
{
border-color: #CFB175;
}
.TagClassName
{
border-color: #CFB175;
}
</style>