Shades of Putty #CFB269
Tints of Putty #CFB269
RGB
CMYK
RGB Variations
Color information
#CFB269 (or 0xCFB269) is known color: Putty. HEX triplet: CF, B2 and 69. RGB value is (207,178,105). Sum of RGB (Red+Green+Blue) = 207+178+105=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB269 is #304D96. Grayscale: #B2B2B2. Windows color (decimal): -3165591 or 6927055. OLE color: 6927055.
HSL color Cylindrical-coordinate representation of color #CFB269: hue angle of 42.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFB269 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 105 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.19 |
| HSL | 42.94º | 0.52% | 0.61% | - |
| HSV(B) | 42.94º | 0.49% | 0.81% | - |
| XYZ | 44.2 | 46.13 | 19.94 | - |
| YUV | 178.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 105 | 0 | 0.14 | 0.49 | 0.19 | 42.94 | 0.52 | 0.61 |
| Hex | CF | B2 | 69 | 0 | E | 31 | 13 | 2B | 34 | 3D |
| Octal | 317 | 262 | 151 | 0 | 16 | 61 | 23 | 53 | 64 | 75 |
| Binary | 11001111 | 10110010 | 1101001 | 0 | 1110 | 110001 | 10011 | 101011 | 110100 | 111101 |
Color Harmonies of #CFB269
Complementary color
Monochromatic Colors of #CFB269
Black with #CFB269
Text Example
Text Example
White with #CFB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB269; }
p { color: rgb(207,178,105); }
H1.HeaderClassName
{
color: #CFB269;
}
.AnyTagClassName
{
color: #CFB269;
}
</style>
background-color css
<style>
a { background-color: #CFB269; }
a { background-color: rgb(207,178,105); }
div.DivClassName
{
background-color: #CFB269;
}
.BgClassName
{
background-color: #CFB269;
}
</style>
border-color css
<style>
span { border-color: #CFB269; }
span { border-color: rgb(207,178,105); }
td.TdClassName
{
border-color: #CFB269;
}
.TagClassName
{
border-color: #CFB269;
}
</style>