Shades of Putty #CCB672
Tints of Putty #CCB672
RGB
CMYK
RGB Variations
Color information
#CCB672 (or 0xCCB672) is known color: Putty. HEX triplet: CC, B6 and 72. RGB value is (204,182,114). Sum of RGB (Red+Green+Blue) = 204+182+114=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB672 is #33498D. Grayscale: #B5B5B5. Windows color (decimal): -3361166 or 7517900. OLE color: 7517900.
HSL color Cylindrical-coordinate representation of color #CCB672: hue angle of 45.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCB672 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 114 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.2 |
| HSL | 45.33º | 0.47% | 0.62% | - |
| HSV(B) | 45.33º | 0.44% | 0.8% | - |
| XYZ | 44.67 | 47.51 | 22.74 | - |
| YUV | 180.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 114 | 0 | 0.11 | 0.44 | 0.2 | 45.33 | 0.47 | 0.62 |
| Hex | CC | B6 | 72 | 0 | B | 2C | 14 | 2D | 2F | 3E |
| Octal | 314 | 266 | 162 | 0 | 13 | 54 | 24 | 55 | 57 | 76 |
| Binary | 11001100 | 10110110 | 1110010 | 0 | 1011 | 101100 | 10100 | 101101 | 101111 | 111110 |
Color Harmonies of #CCB672
Complementary color
Monochromatic Colors of #CCB672
Black with #CCB672
Text Example
Text Example
White with #CCB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB672; }
p { color: rgb(204,182,114); }
H1.HeaderClassName
{
color: #CCB672;
}
.AnyTagClassName
{
color: #CCB672;
}
</style>
background-color css
<style>
a { background-color: #CCB672; }
a { background-color: rgb(204,182,114); }
div.DivClassName
{
background-color: #CCB672;
}
.BgClassName
{
background-color: #CCB672;
}
</style>
border-color css
<style>
span { border-color: #CCB672; }
span { border-color: rgb(204,182,114); }
td.TdClassName
{
border-color: #CCB672;
}
.TagClassName
{
border-color: #CCB672;
}
</style>