Shades of Putty #CCB570
Tints of Putty #CCB570
RGB
CMYK
RGB Variations
Color information
#CCB570 (or 0xCCB570) is known color: Putty. HEX triplet: CC, B5 and 70. RGB value is (204,181,112). Sum of RGB (Red+Green+Blue) = 204+181+112=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB570 is #334A8F. Grayscale: #B4B4B4. Windows color (decimal): -3361424 or 7386572. OLE color: 7386572.
HSL color Cylindrical-coordinate representation of color #CCB570: hue angle of 45º 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 #CCB570 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 112 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.2 |
| HSL | 45º | 0.47% | 0.62% | - |
| HSV(B) | 45º | 0.45% | 0.8% | - |
| XYZ | 44.35 | 47.05 | 22.07 | - |
| YUV | 180.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 112 | 0 | 0.11 | 0.45 | 0.2 | 45 | 0.47 | 0.62 |
| Hex | CC | B5 | 70 | 0 | B | 2D | 14 | 2D | 2F | 3E |
| Octal | 314 | 265 | 160 | 0 | 13 | 55 | 24 | 55 | 57 | 76 |
| Binary | 11001100 | 10110101 | 1110000 | 0 | 1011 | 101101 | 10100 | 101101 | 101111 | 111110 |
Color Harmonies of #CCB570
Complementary color
Monochromatic Colors of #CCB570
Black with #CCB570
Text Example
Text Example
White with #CCB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB570; }
p { color: rgb(204,181,112); }
H1.HeaderClassName
{
color: #CCB570;
}
.AnyTagClassName
{
color: #CCB570;
}
</style>
background-color css
<style>
a { background-color: #CCB570; }
a { background-color: rgb(204,181,112); }
div.DivClassName
{
background-color: #CCB570;
}
.BgClassName
{
background-color: #CCB570;
}
</style>
border-color css
<style>
span { border-color: #CCB570; }
span { border-color: rgb(204,181,112); }
td.TdClassName
{
border-color: #CCB570;
}
.TagClassName
{
border-color: #CCB570;
}
</style>