Shades of Putty #CDB168
Tints of Putty #CDB168
RGB
CMYK
RGB Variations
Color information
#CDB168 (or 0xCDB168) is known color: Putty. HEX triplet: CD, B1 and 68. RGB value is (205,177,104). Sum of RGB (Red+Green+Blue) = 205+177+104=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB168 is #324E97. Grayscale: #B1B1B1. Windows color (decimal): -3296920 or 6861261. OLE color: 6861261.
HSL color Cylindrical-coordinate representation of color #CDB168: hue angle of 43.37º 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 #CDB168 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 104 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.20 |
| HSL | 43.37º | 0.5% | 0.61% | - |
| HSV(B) | 43.37º | 0.49% | 0.8% | - |
| XYZ | 43.4 | 45.42 | 19.58 | - |
| YUV | 177.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 104 | 0 | 0.14 | 0.49 | 0.20 | 43.37 | 0.5 | 0.61 |
| Hex | CD | B1 | 68 | 0 | E | 31 | 14 | 2B | 32 | 3D |
| Octal | 315 | 261 | 150 | 0 | 16 | 61 | 24 | 53 | 62 | 75 |
| Binary | 11001101 | 10110001 | 1101000 | 0 | 1110 | 110001 | 10100 | 101011 | 110010 | 111101 |
Color Harmonies of #CDB168
Complementary color
Monochromatic Colors of #CDB168
Black with #CDB168
Text Example
Text Example
White with #CDB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB168; }
p { color: rgb(205,177,104); }
H1.HeaderClassName
{
color: #CDB168;
}
.AnyTagClassName
{
color: #CDB168;
}
</style>
background-color css
<style>
a { background-color: #CDB168; }
a { background-color: rgb(205,177,104); }
div.DivClassName
{
background-color: #CDB168;
}
.BgClassName
{
background-color: #CDB168;
}
</style>
border-color css
<style>
span { border-color: #CDB168; }
span { border-color: rgb(205,177,104); }
td.TdClassName
{
border-color: #CDB168;
}
.TagClassName
{
border-color: #CDB168;
}
</style>