Shades of Putty #CDB268
Tints of Putty #CDB268
RGB
CMYK
RGB Variations
Color information
#CDB268 (or 0xCDB268) is known color: Putty. HEX triplet: CD, B2 and 68. RGB value is (205,178,104). Sum of RGB (Red+Green+Blue) = 205+178+104=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB268 is #324D97. Grayscale: #B1B1B1. Windows color (decimal): -3296664 or 6861517. OLE color: 6861517.
HSL color Cylindrical-coordinate representation of color #CDB268: hue angle of 43.96º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDB268 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 104 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.20 |
| HSL | 43.96º | 0.5% | 0.61% | - |
| HSV(B) | 43.96º | 0.49% | 0.8% | - |
| XYZ | 43.6 | 45.82 | 19.64 | - |
| YUV | 177.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 104 | 0 | 0.13 | 0.49 | 0.20 | 43.96 | 0.5 | 0.61 |
| Hex | CD | B2 | 68 | 0 | D | 31 | 14 | 2C | 32 | 3D |
| Octal | 315 | 262 | 150 | 0 | 15 | 61 | 24 | 54 | 62 | 75 |
| Binary | 11001101 | 10110010 | 1101000 | 0 | 1101 | 110001 | 10100 | 101100 | 110010 | 111101 |
Color Harmonies of #CDB268
Complementary color
Monochromatic Colors of #CDB268
Black with #CDB268
Text Example
Text Example
White with #CDB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB268; }
p { color: rgb(205,178,104); }
H1.HeaderClassName
{
color: #CDB268;
}
.AnyTagClassName
{
color: #CDB268;
}
</style>
background-color css
<style>
a { background-color: #CDB268; }
a { background-color: rgb(205,178,104); }
div.DivClassName
{
background-color: #CDB268;
}
.BgClassName
{
background-color: #CDB268;
}
</style>
border-color css
<style>
span { border-color: #CDB268; }
span { border-color: rgb(205,178,104); }
td.TdClassName
{
border-color: #CDB268;
}
.TagClassName
{
border-color: #CDB268;
}
</style>