Shades of Putty #CCB17A
Tints of Putty #CCB17A
RGB
CMYK
RGB Variations
Color information
#CCB17A (or 0xCCB17A) is known color: Putty. HEX triplet: CC, B1 and 7A. RGB value is (204,177,122). Sum of RGB (Red+Green+Blue) = 204+177+122=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB17A is #334E85. Grayscale: #B3B3B3. Windows color (decimal): -3362438 or 8040908. OLE color: 8040908.
HSL color Cylindrical-coordinate representation of color #CCB17A: hue angle of 40.24º degrees, saturation: 0.45, 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 #CCB17A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 122 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.2 |
| HSL | 40.24º | 0.45% | 0.64% | - |
| HSV(B) | 40.24º | 0.4% | 0.8% | - |
| XYZ | 44.14 | 45.69 | 24.9 | - |
| YUV | 178.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 122 | 0 | 0.13 | 0.40 | 0.2 | 40.24 | 0.45 | 0.64 |
| Hex | CC | B1 | 7A | 0 | D | 28 | 14 | 28 | 2D | 40 |
| Octal | 314 | 261 | 172 | 0 | 15 | 50 | 24 | 50 | 55 | 100 |
| Binary | 11001100 | 10110001 | 1111010 | 0 | 1101 | 101000 | 10100 | 101000 | 101101 | 1000000 |
Color Harmonies of #CCB17A
Complementary color
Monochromatic Colors of #CCB17A
Black with #CCB17A
Text Example
Text Example
White with #CCB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB17A; }
p { color: rgb(204,177,122); }
H1.HeaderClassName
{
color: #CCB17A;
}
.AnyTagClassName
{
color: #CCB17A;
}
</style>
background-color css
<style>
a { background-color: #CCB17A; }
a { background-color: rgb(204,177,122); }
div.DivClassName
{
background-color: #CCB17A;
}
.BgClassName
{
background-color: #CCB17A;
}
</style>
border-color css
<style>
span { border-color: #CCB17A; }
span { border-color: rgb(204,177,122); }
td.TdClassName
{
border-color: #CCB17A;
}
.TagClassName
{
border-color: #CCB17A;
}
</style>