Shades of Putty #CDB277
Tints of Putty #CDB277
RGB
CMYK
RGB Variations
Color information
#CDB277 (or 0xCDB277) is known color: Putty. HEX triplet: CD, B2 and 77. RGB value is (205,178,119). Sum of RGB (Red+Green+Blue) = 205+178+119=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB277 is #324D88. Grayscale: #B3B3B3. Windows color (decimal): -3296649 or 7844557. OLE color: 7844557.
HSL color Cylindrical-coordinate representation of color #CDB277: hue angle of 41.16º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDB277 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 119 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.20 |
| HSL | 41.16º | 0.46% | 0.64% | - |
| HSV(B) | 41.16º | 0.42% | 0.8% | - |
| XYZ | 44.43 | 46.15 | 24.02 | - |
| YUV | 179.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 119 | 0 | 0.13 | 0.42 | 0.20 | 41.16 | 0.46 | 0.64 |
| Hex | CD | B2 | 77 | 0 | D | 2A | 14 | 29 | 2E | 40 |
| Octal | 315 | 262 | 167 | 0 | 15 | 52 | 24 | 51 | 56 | 100 |
| Binary | 11001101 | 10110010 | 1110111 | 0 | 1101 | 101010 | 10100 | 101001 | 101110 | 1000000 |
Color Harmonies of #CDB277
Complementary color
Monochromatic Colors of #CDB277
Black with #CDB277
Text Example
Text Example
White with #CDB277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB277; }
p { color: rgb(205,178,119); }
H1.HeaderClassName
{
color: #CDB277;
}
.AnyTagClassName
{
color: #CDB277;
}
</style>
background-color css
<style>
a { background-color: #CDB277; }
a { background-color: rgb(205,178,119); }
div.DivClassName
{
background-color: #CDB277;
}
.BgClassName
{
background-color: #CDB277;
}
</style>
border-color css
<style>
span { border-color: #CDB277; }
span { border-color: rgb(205,178,119); }
td.TdClassName
{
border-color: #CDB277;
}
.TagClassName
{
border-color: #CDB277;
}
</style>