Shades of Putty #CCB068
Tints of Putty #CCB068
RGB
CMYK
RGB Variations
Color information
#CCB068 (or 0xCCB068) is known color: Putty. HEX triplet: CC, B0 and 68. RGB value is (204,176,104). Sum of RGB (Red+Green+Blue) = 204+176+104=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB068 is #334F97. Grayscale: #B0B0B0. Windows color (decimal): -3362712 or 6861004. OLE color: 6861004.
HSL color Cylindrical-coordinate representation of color #CCB068: hue angle of 43.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCB068 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 104 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.2 |
| HSL | 43.2º | 0.5% | 0.6% | - |
| HSV(B) | 43.2º | 0.49% | 0.8% | - |
| XYZ | 42.93 | 44.89 | 19.5 | - |
| YUV | 176.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 104 | 0 | 0.14 | 0.49 | 0.2 | 43.2 | 0.5 | 0.6 |
| Hex | CC | B0 | 68 | 0 | E | 31 | 14 | 2B | 32 | 3C |
| Octal | 314 | 260 | 150 | 0 | 16 | 61 | 24 | 53 | 62 | 74 |
| Binary | 11001100 | 10110000 | 1101000 | 0 | 1110 | 110001 | 10100 | 101011 | 110010 | 111100 |
Color Harmonies of #CCB068
Complementary color
Monochromatic Colors of #CCB068
Black with #CCB068
Text Example
Text Example
White with #CCB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB068; }
p { color: rgb(204,176,104); }
H1.HeaderClassName
{
color: #CCB068;
}
.AnyTagClassName
{
color: #CCB068;
}
</style>
background-color css
<style>
a { background-color: #CCB068; }
a { background-color: rgb(204,176,104); }
div.DivClassName
{
background-color: #CCB068;
}
.BgClassName
{
background-color: #CCB068;
}
</style>
border-color css
<style>
span { border-color: #CCB068; }
span { border-color: rgb(204,176,104); }
td.TdClassName
{
border-color: #CCB068;
}
.TagClassName
{
border-color: #CCB068;
}
</style>