Shades of Putty #CFB46C
Tints of Putty #CFB46C
RGB
CMYK
RGB Variations
Color information
#CFB46C (or 0xCFB46C) is known color: Putty. HEX triplet: CF, B4 and 6C. RGB value is (207,180,108). Sum of RGB (Red+Green+Blue) = 207+180+108=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB46C is #304B93. Grayscale: #B4B4B4. Windows color (decimal): -3165076 or 7124175. OLE color: 7124175.
HSL color Cylindrical-coordinate representation of color #CFB46C: hue angle of 43.64º 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 #CFB46C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 108 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.19 |
| HSL | 43.64º | 0.51% | 0.62% | - |
| HSV(B) | 43.64º | 0.48% | 0.81% | - |
| XYZ | 44.76 | 46.99 | 20.9 | - |
| YUV | 179.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 108 | 0 | 0.13 | 0.48 | 0.19 | 43.64 | 0.51 | 0.62 |
| Hex | CF | B4 | 6C | 0 | D | 30 | 13 | 2C | 33 | 3E |
| Octal | 317 | 264 | 154 | 0 | 15 | 60 | 23 | 54 | 63 | 76 |
| Binary | 11001111 | 10110100 | 1101100 | 0 | 1101 | 110000 | 10011 | 101100 | 110011 | 111110 |
Color Harmonies of #CFB46C
Complementary color
Monochromatic Colors of #CFB46C
Black with #CFB46C
Text Example
Text Example
White with #CFB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB46C; }
p { color: rgb(207,180,108); }
H1.HeaderClassName
{
color: #CFB46C;
}
.AnyTagClassName
{
color: #CFB46C;
}
</style>
background-color css
<style>
a { background-color: #CFB46C; }
a { background-color: rgb(207,180,108); }
div.DivClassName
{
background-color: #CFB46C;
}
.BgClassName
{
background-color: #CFB46C;
}
</style>
border-color css
<style>
span { border-color: #CFB46C; }
span { border-color: rgb(207,180,108); }
td.TdClassName
{
border-color: #CFB46C;
}
.TagClassName
{
border-color: #CFB46C;
}
</style>