Shades of Putty #CCB675
Tints of Putty #CCB675
RGB
CMYK
RGB Variations
Color information
#CCB675 (or 0xCCB675) is known color: Putty. HEX triplet: CC, B6 and 75. RGB value is (204,182,117). Sum of RGB (Red+Green+Blue) = 204+182+117=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB675 is #33498A. Grayscale: #B5B5B5. Windows color (decimal): -3361163 or 7714508. OLE color: 7714508.
HSL color Cylindrical-coordinate representation of color #CCB675: hue angle of 44.83º 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 #CCB675 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 117 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.2 |
| HSL | 44.83º | 0.46% | 0.63% | - |
| HSV(B) | 44.83º | 0.43% | 0.8% | - |
| XYZ | 44.84 | 47.58 | 23.65 | - |
| YUV | 181.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 117 | 0 | 0.11 | 0.43 | 0.2 | 44.83 | 0.46 | 0.63 |
| Hex | CC | B6 | 75 | 0 | B | 2B | 14 | 2D | 2E | 3F |
| Octal | 314 | 266 | 165 | 0 | 13 | 53 | 24 | 55 | 56 | 77 |
| Binary | 11001100 | 10110110 | 1110101 | 0 | 1011 | 101011 | 10100 | 101101 | 101110 | 111111 |
Color Harmonies of #CCB675
Complementary color
Monochromatic Colors of #CCB675
Black with #CCB675
Text Example
Text Example
White with #CCB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB675; }
p { color: rgb(204,182,117); }
H1.HeaderClassName
{
color: #CCB675;
}
.AnyTagClassName
{
color: #CCB675;
}
</style>
background-color css
<style>
a { background-color: #CCB675; }
a { background-color: rgb(204,182,117); }
div.DivClassName
{
background-color: #CCB675;
}
.BgClassName
{
background-color: #CCB675;
}
</style>
border-color css
<style>
span { border-color: #CCB675; }
span { border-color: rgb(204,182,117); }
td.TdClassName
{
border-color: #CCB675;
}
.TagClassName
{
border-color: #CCB675;
}
</style>