Shades of Putty #CFB577
Tints of Putty #CFB577
RGB
CMYK
RGB Variations
Color information
#CFB577 (or 0xCFB577) is known color: Putty. HEX triplet: CF, B5 and 77. RGB value is (207,181,119). Sum of RGB (Red+Green+Blue) = 207+181+119=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB577 is #304A88. Grayscale: #B5B5B5. Windows color (decimal): -3164809 or 7845327. OLE color: 7845327.
HSL color Cylindrical-coordinate representation of color #CFB577: hue angle of 42.27º 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 #CFB577 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 119 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.19 |
| HSL | 42.27º | 0.48% | 0.64% | - |
| HSV(B) | 42.27º | 0.43% | 0.81% | - |
| XYZ | 45.59 | 47.65 | 24.25 | - |
| YUV | 181.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 119 | 0 | 0.13 | 0.43 | 0.19 | 42.27 | 0.48 | 0.64 |
| Hex | CF | B5 | 77 | 0 | D | 2B | 13 | 2A | 30 | 40 |
| Octal | 317 | 265 | 167 | 0 | 15 | 53 | 23 | 52 | 60 | 100 |
| Binary | 11001111 | 10110101 | 1110111 | 0 | 1101 | 101011 | 10011 | 101010 | 110000 | 1000000 |
Color Harmonies of #CFB577
Complementary color
Monochromatic Colors of #CFB577
Black with #CFB577
Text Example
Text Example
White with #CFB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB577; }
p { color: rgb(207,181,119); }
H1.HeaderClassName
{
color: #CFB577;
}
.AnyTagClassName
{
color: #CFB577;
}
</style>
background-color css
<style>
a { background-color: #CFB577; }
a { background-color: rgb(207,181,119); }
div.DivClassName
{
background-color: #CFB577;
}
.BgClassName
{
background-color: #CFB577;
}
</style>
border-color css
<style>
span { border-color: #CFB577; }
span { border-color: rgb(207,181,119); }
td.TdClassName
{
border-color: #CFB577;
}
.TagClassName
{
border-color: #CFB577;
}
</style>