Shades of Putty #CCB26F
Tints of Putty #CCB26F
RGB
CMYK
RGB Variations
Color information
#CCB26F (or 0xCCB26F) is known color: Putty. HEX triplet: CC, B2 and 6F. RGB value is (204,178,111). Sum of RGB (Red+Green+Blue) = 204+178+111=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26F is #334D90. Grayscale: #B2B2B2. Windows color (decimal): -3362193 or 7320268. OLE color: 7320268.
HSL color Cylindrical-coordinate representation of color #CCB26F: hue angle of 43.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCB26F is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 111 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.2 |
| HSL | 43.23º | 0.48% | 0.62% | - |
| HSV(B) | 43.23º | 0.46% | 0.8% | - |
| XYZ | 43.69 | 45.83 | 21.58 | - |
| YUV | 178.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 111 | 0 | 0.13 | 0.46 | 0.2 | 43.23 | 0.48 | 0.62 |
| Hex | CC | B2 | 6F | 0 | D | 2E | 14 | 2B | 30 | 3E |
| Octal | 314 | 262 | 157 | 0 | 15 | 56 | 24 | 53 | 60 | 76 |
| Binary | 11001100 | 10110010 | 1101111 | 0 | 1101 | 101110 | 10100 | 101011 | 110000 | 111110 |
Color Harmonies of #CCB26F
Complementary color
Monochromatic Colors of #CCB26F
Black with #CCB26F
Text Example
Text Example
White with #CCB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB26F; }
p { color: rgb(204,178,111); }
H1.HeaderClassName
{
color: #CCB26F;
}
.AnyTagClassName
{
color: #CCB26F;
}
</style>
background-color css
<style>
a { background-color: #CCB26F; }
a { background-color: rgb(204,178,111); }
div.DivClassName
{
background-color: #CCB26F;
}
.BgClassName
{
background-color: #CCB26F;
}
</style>
border-color css
<style>
span { border-color: #CCB26F; }
span { border-color: rgb(204,178,111); }
td.TdClassName
{
border-color: #CCB26F;
}
.TagClassName
{
border-color: #CCB26F;
}
</style>