Shades of Putty #CCB770
Tints of Putty #CCB770
RGB
CMYK
RGB Variations
Color information
#CCB770 (or 0xCCB770) is known color: Putty. HEX triplet: CC, B7 and 70. RGB value is (204,183,112). Sum of RGB (Red+Green+Blue) = 204+183+112=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB770 is #33488F. Grayscale: #B5B5B5. Windows color (decimal): -3360912 or 7387084. OLE color: 7387084.
HSL color Cylindrical-coordinate representation of color #CCB770: hue angle of 46.3º 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 #CCB770 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 112 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.2 |
| HSL | 46.3º | 0.47% | 0.62% | - |
| HSV(B) | 46.3º | 0.45% | 0.8% | - |
| XYZ | 44.76 | 47.87 | 22.21 | - |
| YUV | 181.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 112 | 0 | 0.10 | 0.45 | 0.2 | 46.3 | 0.47 | 0.62 |
| Hex | CC | B7 | 70 | 0 | A | 2D | 14 | 2E | 2F | 3E |
| Octal | 314 | 267 | 160 | 0 | 12 | 55 | 24 | 56 | 57 | 76 |
| Binary | 11001100 | 10110111 | 1110000 | 0 | 1010 | 101101 | 10100 | 101110 | 101111 | 111110 |
Color Harmonies of #CCB770
Complementary color
Monochromatic Colors of #CCB770
Black with #CCB770
Text Example
Text Example
White with #CCB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB770; }
p { color: rgb(204,183,112); }
H1.HeaderClassName
{
color: #CCB770;
}
.AnyTagClassName
{
color: #CCB770;
}
</style>
background-color css
<style>
a { background-color: #CCB770; }
a { background-color: rgb(204,183,112); }
div.DivClassName
{
background-color: #CCB770;
}
.BgClassName
{
background-color: #CCB770;
}
</style>
border-color css
<style>
span { border-color: #CCB770; }
span { border-color: rgb(204,183,112); }
td.TdClassName
{
border-color: #CCB770;
}
.TagClassName
{
border-color: #CCB770;
}
</style>