Shades of Putty #CCB272
Tints of Putty #CCB272
RGB
CMYK
RGB Variations
Color information
#CCB272 (or 0xCCB272) is known color: Putty. HEX triplet: CC, B2 and 72. RGB value is (204,178,114). Sum of RGB (Red+Green+Blue) = 204+178+114=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB272 is #334D8D. Grayscale: #B2B2B2. Windows color (decimal): -3362190 or 7516876. OLE color: 7516876.
HSL color Cylindrical-coordinate representation of color #CCB272: hue angle of 42.67º 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 #CCB272 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 114 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.2 |
| HSL | 42.67º | 0.47% | 0.62% | - |
| HSV(B) | 42.67º | 0.44% | 0.8% | - |
| XYZ | 43.86 | 45.89 | 22.47 | - |
| YUV | 178.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 114 | 0 | 0.13 | 0.44 | 0.2 | 42.67 | 0.47 | 0.62 |
| Hex | CC | B2 | 72 | 0 | D | 2C | 14 | 2B | 2F | 3E |
| Octal | 314 | 262 | 162 | 0 | 15 | 54 | 24 | 53 | 57 | 76 |
| Binary | 11001100 | 10110010 | 1110010 | 0 | 1101 | 101100 | 10100 | 101011 | 101111 | 111110 |
Color Harmonies of #CCB272
Complementary color
Monochromatic Colors of #CCB272
Black with #CCB272
Text Example
Text Example
White with #CCB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB272; }
p { color: rgb(204,178,114); }
H1.HeaderClassName
{
color: #CCB272;
}
.AnyTagClassName
{
color: #CCB272;
}
</style>
background-color css
<style>
a { background-color: #CCB272; }
a { background-color: rgb(204,178,114); }
div.DivClassName
{
background-color: #CCB272;
}
.BgClassName
{
background-color: #CCB272;
}
</style>
border-color css
<style>
span { border-color: #CCB272; }
span { border-color: rgb(204,178,114); }
td.TdClassName
{
border-color: #CCB272;
}
.TagClassName
{
border-color: #CCB272;
}
</style>