Shades of Putty #CCB775
Tints of Putty #CCB775
RGB
CMYK
RGB Variations
Color information
#CCB775 (or 0xCCB775) is known color: Putty. HEX triplet: CC, B7 and 75. RGB value is (204,183,117). Sum of RGB (Red+Green+Blue) = 204+183+117=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB775 is #33488A. Grayscale: #B6B6B6. Windows color (decimal): -3360907 or 7714764. OLE color: 7714764.
HSL color Cylindrical-coordinate representation of color #CCB775: hue angle of 45.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCB775 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 117 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.2 |
| HSL | 45.52º | 0.46% | 0.63% | - |
| HSV(B) | 45.52º | 0.43% | 0.8% | - |
| XYZ | 45.05 | 47.99 | 23.72 | - |
| YUV | 181.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 117 | 0 | 0.10 | 0.43 | 0.2 | 45.52 | 0.46 | 0.63 |
| Hex | CC | B7 | 75 | 0 | A | 2B | 14 | 2E | 2E | 3F |
| Octal | 314 | 267 | 165 | 0 | 12 | 53 | 24 | 56 | 56 | 77 |
| Binary | 11001100 | 10110111 | 1110101 | 0 | 1010 | 101011 | 10100 | 101110 | 101110 | 111111 |
Color Harmonies of #CCB775
Complementary color
Monochromatic Colors of #CCB775
Black with #CCB775
Text Example
Text Example
White with #CCB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB775; }
p { color: rgb(204,183,117); }
H1.HeaderClassName
{
color: #CCB775;
}
.AnyTagClassName
{
color: #CCB775;
}
</style>
background-color css
<style>
a { background-color: #CCB775; }
a { background-color: rgb(204,183,117); }
div.DivClassName
{
background-color: #CCB775;
}
.BgClassName
{
background-color: #CCB775;
}
</style>
border-color css
<style>
span { border-color: #CCB775; }
span { border-color: rgb(204,183,117); }
td.TdClassName
{
border-color: #CCB775;
}
.TagClassName
{
border-color: #CCB775;
}
</style>