Shades of Putty #CCB271
Tints of Putty #CCB271
RGB
CMYK
RGB Variations
Color information
#CCB271 (or 0xCCB271) is known color: Putty. HEX triplet: CC, B2 and 71. RGB value is (204,178,113). Sum of RGB (Red+Green+Blue) = 204+178+113=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB271 is #334D8E. Grayscale: #B2B2B2. Windows color (decimal): -3362191 or 7451340. OLE color: 7451340.
HSL color Cylindrical-coordinate representation of color #CCB271: hue angle of 42.86º 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 #CCB271 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 113 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.2 |
| HSL | 42.86º | 0.47% | 0.62% | - |
| HSV(B) | 42.86º | 0.45% | 0.8% | - |
| XYZ | 43.8 | 45.87 | 22.17 | - |
| YUV | 178.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 113 | 0 | 0.13 | 0.45 | 0.2 | 42.86 | 0.47 | 0.62 |
| Hex | CC | B2 | 71 | 0 | D | 2D | 14 | 2B | 2F | 3E |
| Octal | 314 | 262 | 161 | 0 | 15 | 55 | 24 | 53 | 57 | 76 |
| Binary | 11001100 | 10110010 | 1110001 | 0 | 1101 | 101101 | 10100 | 101011 | 101111 | 111110 |
Color Harmonies of #CCB271
Complementary color
Monochromatic Colors of #CCB271
Black with #CCB271
Text Example
Text Example
White with #CCB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB271; }
p { color: rgb(204,178,113); }
H1.HeaderClassName
{
color: #CCB271;
}
.AnyTagClassName
{
color: #CCB271;
}
</style>
background-color css
<style>
a { background-color: #CCB271; }
a { background-color: rgb(204,178,113); }
div.DivClassName
{
background-color: #CCB271;
}
.BgClassName
{
background-color: #CCB271;
}
</style>
border-color css
<style>
span { border-color: #CCB271; }
span { border-color: rgb(204,178,113); }
td.TdClassName
{
border-color: #CCB271;
}
.TagClassName
{
border-color: #CCB271;
}
</style>