Shades of Putty #CCB171
Tints of Putty #CCB171
RGB
CMYK
RGB Variations
Color information
#CCB171 (or 0xCCB171) is known color: Putty. HEX triplet: CC, B1 and 71. RGB value is (204,177,113). Sum of RGB (Red+Green+Blue) = 204+177+113=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB171 is #334E8E. Grayscale: #B2B2B2. Windows color (decimal): -3362447 or 7451084. OLE color: 7451084.
HSL color Cylindrical-coordinate representation of color #CCB171: hue angle of 42.2º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCB171 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 113 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.2 |
| HSL | 42.2º | 0.47% | 0.62% | - |
| HSV(B) | 42.2º | 0.45% | 0.8% | - |
| XYZ | 43.6 | 45.47 | 22.1 | - |
| YUV | 177.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 113 | 0 | 0.13 | 0.45 | 0.2 | 42.2 | 0.47 | 0.62 |
| Hex | CC | B1 | 71 | 0 | D | 2D | 14 | 2A | 2F | 3E |
| Octal | 314 | 261 | 161 | 0 | 15 | 55 | 24 | 52 | 57 | 76 |
| Binary | 11001100 | 10110001 | 1110001 | 0 | 1101 | 101101 | 10100 | 101010 | 101111 | 111110 |
Color Harmonies of #CCB171
Complementary color
Monochromatic Colors of #CCB171
Black with #CCB171
Text Example
Text Example
White with #CCB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB171; }
p { color: rgb(204,177,113); }
H1.HeaderClassName
{
color: #CCB171;
}
.AnyTagClassName
{
color: #CCB171;
}
</style>
background-color css
<style>
a { background-color: #CCB171; }
a { background-color: rgb(204,177,113); }
div.DivClassName
{
background-color: #CCB171;
}
.BgClassName
{
background-color: #CCB171;
}
</style>
border-color css
<style>
span { border-color: #CCB171; }
span { border-color: rgb(204,177,113); }
td.TdClassName
{
border-color: #CCB171;
}
.TagClassName
{
border-color: #CCB171;
}
</style>