Shades of Putty #CFB46B
Tints of Putty #CFB46B
RGB
CMYK
RGB Variations
Color information
#CFB46B (or 0xCFB46B) is known color: Putty. HEX triplet: CF, B4 and 6B. RGB value is (207,180,107). Sum of RGB (Red+Green+Blue) = 207+180+107=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB46B is #304B94. Grayscale: #B4B4B4. Windows color (decimal): -3165077 or 7058639. OLE color: 7058639.
HSL color Cylindrical-coordinate representation of color #CFB46B: hue angle of 43.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFB46B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 107 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.19 |
| HSL | 43.8º | 0.51% | 0.62% | - |
| HSV(B) | 43.8º | 0.48% | 0.81% | - |
| XYZ | 44.71 | 46.97 | 20.62 | - |
| YUV | 179.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 107 | 0 | 0.13 | 0.48 | 0.19 | 43.8 | 0.51 | 0.62 |
| Hex | CF | B4 | 6B | 0 | D | 30 | 13 | 2C | 33 | 3E |
| Octal | 317 | 264 | 153 | 0 | 15 | 60 | 23 | 54 | 63 | 76 |
| Binary | 11001111 | 10110100 | 1101011 | 0 | 1101 | 110000 | 10011 | 101100 | 110011 | 111110 |
Color Harmonies of #CFB46B
Complementary color
Monochromatic Colors of #CFB46B
Black with #CFB46B
Text Example
Text Example
White with #CFB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB46B; }
p { color: rgb(207,180,107); }
H1.HeaderClassName
{
color: #CFB46B;
}
.AnyTagClassName
{
color: #CFB46B;
}
</style>
background-color css
<style>
a { background-color: #CFB46B; }
a { background-color: rgb(207,180,107); }
div.DivClassName
{
background-color: #CFB46B;
}
.BgClassName
{
background-color: #CFB46B;
}
</style>
border-color css
<style>
span { border-color: #CFB46B; }
span { border-color: rgb(207,180,107); }
td.TdClassName
{
border-color: #CFB46B;
}
.TagClassName
{
border-color: #CFB46B;
}
</style>