Shades of Putty #CFB477
Tints of Putty #CFB477
RGB
CMYK
RGB Variations
Color information
#CFB477 (or 0xCFB477) is known color: Putty. HEX triplet: CF, B4 and 77. RGB value is (207,180,119). Sum of RGB (Red+Green+Blue) = 207+180+119=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB477 is #304B88. Grayscale: #B5B5B5. Windows color (decimal): -3165065 or 7845071. OLE color: 7845071.
HSL color Cylindrical-coordinate representation of color #CFB477: hue angle of 41.59º 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 #CFB477 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 119 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.19 |
| HSL | 41.59º | 0.48% | 0.64% | - |
| HSV(B) | 41.59º | 0.43% | 0.81% | - |
| XYZ | 45.38 | 47.24 | 24.18 | - |
| YUV | 181.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 119 | 0 | 0.13 | 0.43 | 0.19 | 41.59 | 0.48 | 0.64 |
| Hex | CF | B4 | 77 | 0 | D | 2B | 13 | 2A | 30 | 40 |
| Octal | 317 | 264 | 167 | 0 | 15 | 53 | 23 | 52 | 60 | 100 |
| Binary | 11001111 | 10110100 | 1110111 | 0 | 1101 | 101011 | 10011 | 101010 | 110000 | 1000000 |
Color Harmonies of #CFB477
Complementary color
Monochromatic Colors of #CFB477
Black with #CFB477
Text Example
Text Example
White with #CFB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB477; }
p { color: rgb(207,180,119); }
H1.HeaderClassName
{
color: #CFB477;
}
.AnyTagClassName
{
color: #CFB477;
}
</style>
background-color css
<style>
a { background-color: #CFB477; }
a { background-color: rgb(207,180,119); }
div.DivClassName
{
background-color: #CFB477;
}
.BgClassName
{
background-color: #CFB477;
}
</style>
border-color css
<style>
span { border-color: #CFB477; }
span { border-color: rgb(207,180,119); }
td.TdClassName
{
border-color: #CFB477;
}
.TagClassName
{
border-color: #CFB477;
}
</style>