Shades of Putty #CDB274
Tints of Putty #CDB274
RGB
CMYK
RGB Variations
Color information
#CDB274 (or 0xCDB274) is known color: Putty. HEX triplet: CD, B2 and 74. RGB value is (205,178,116). Sum of RGB (Red+Green+Blue) = 205+178+116=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB274 is #324D8B. Grayscale: #B3B3B3. Windows color (decimal): -3296652 or 7647949. OLE color: 7647949.
HSL color Cylindrical-coordinate representation of color #CDB274: hue angle of 41.8º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDB274 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 116 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.20 |
| HSL | 41.8º | 0.47% | 0.63% | - |
| HSV(B) | 41.8º | 0.43% | 0.8% | - |
| XYZ | 44.25 | 46.08 | 23.09 | - |
| YUV | 179.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 116 | 0 | 0.13 | 0.43 | 0.20 | 41.8 | 0.47 | 0.63 |
| Hex | CD | B2 | 74 | 0 | D | 2B | 14 | 2A | 2F | 3F |
| Octal | 315 | 262 | 164 | 0 | 15 | 53 | 24 | 52 | 57 | 77 |
| Binary | 11001101 | 10110010 | 1110100 | 0 | 1101 | 101011 | 10100 | 101010 | 101111 | 111111 |
Color Harmonies of #CDB274
Complementary color
Monochromatic Colors of #CDB274
Black with #CDB274
Text Example
Text Example
White with #CDB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB274; }
p { color: rgb(205,178,116); }
H1.HeaderClassName
{
color: #CDB274;
}
.AnyTagClassName
{
color: #CDB274;
}
</style>
background-color css
<style>
a { background-color: #CDB274; }
a { background-color: rgb(205,178,116); }
div.DivClassName
{
background-color: #CDB274;
}
.BgClassName
{
background-color: #CDB274;
}
</style>
border-color css
<style>
span { border-color: #CDB274; }
span { border-color: rgb(205,178,116); }
td.TdClassName
{
border-color: #CDB274;
}
.TagClassName
{
border-color: #CDB274;
}
</style>