Shades of Putty #CCB17B
Tints of Putty #CCB17B
RGB
CMYK
RGB Variations
Color information
#CCB17B (or 0xCCB17B) is known color: Putty. HEX triplet: CC, B1 and 7B. RGB value is (204,177,123). Sum of RGB (Red+Green+Blue) = 204+177+123=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB17B is #334E84. Grayscale: #B3B3B3. Windows color (decimal): -3362437 or 8106444. OLE color: 8106444.
HSL color Cylindrical-coordinate representation of color #CCB17B: hue angle of 40º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB17B is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 123 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.2 |
| HSL | 40º | 0.44% | 0.64% | - |
| HSV(B) | 40º | 0.4% | 0.8% | - |
| XYZ | 44.2 | 45.71 | 25.23 | - |
| YUV | 178.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 123 | 0 | 0.13 | 0.40 | 0.2 | 40 | 0.44 | 0.64 |
| Hex | CC | B1 | 7B | 0 | D | 28 | 14 | 28 | 2C | 40 |
| Octal | 314 | 261 | 173 | 0 | 15 | 50 | 24 | 50 | 54 | 100 |
| Binary | 11001100 | 10110001 | 1111011 | 0 | 1101 | 101000 | 10100 | 101000 | 101100 | 1000000 |
Color Harmonies of #CCB17B
Complementary color
Monochromatic Colors of #CCB17B
Black with #CCB17B
Text Example
Text Example
White with #CCB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB17B; }
p { color: rgb(204,177,123); }
H1.HeaderClassName
{
color: #CCB17B;
}
.AnyTagClassName
{
color: #CCB17B;
}
</style>
background-color css
<style>
a { background-color: #CCB17B; }
a { background-color: rgb(204,177,123); }
div.DivClassName
{
background-color: #CCB17B;
}
.BgClassName
{
background-color: #CCB17B;
}
</style>
border-color css
<style>
span { border-color: #CCB17B; }
span { border-color: rgb(204,177,123); }
td.TdClassName
{
border-color: #CCB17B;
}
.TagClassName
{
border-color: #CCB17B;
}
</style>