Shades of Putty #CCB26A
Tints of Putty #CCB26A
RGB
CMYK
RGB Variations
Color information
#CCB26A (or 0xCCB26A) is known color: Putty. HEX triplet: CC, B2 and 6A. RGB value is (204,178,106). Sum of RGB (Red+Green+Blue) = 204+178+106=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26A is #334D95. Grayscale: #B1B1B1. Windows color (decimal): -3362198 or 6992588. OLE color: 6992588.
HSL color Cylindrical-coordinate representation of color #CCB26A: hue angle of 44.08º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB26A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 106 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.2 |
| HSL | 44.08º | 0.49% | 0.61% | - |
| HSV(B) | 44.08º | 0.48% | 0.8% | - |
| XYZ | 43.42 | 45.72 | 20.17 | - |
| YUV | 177.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 106 | 0 | 0.13 | 0.48 | 0.2 | 44.08 | 0.49 | 0.61 |
| Hex | CC | B2 | 6A | 0 | D | 30 | 14 | 2C | 31 | 3D |
| Octal | 314 | 262 | 152 | 0 | 15 | 60 | 24 | 54 | 61 | 75 |
| Binary | 11001100 | 10110010 | 1101010 | 0 | 1101 | 110000 | 10100 | 101100 | 110001 | 111101 |
Color Harmonies of #CCB26A
Complementary color
Monochromatic Colors of #CCB26A
Black with #CCB26A
Text Example
Text Example
White with #CCB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB26A; }
p { color: rgb(204,178,106); }
H1.HeaderClassName
{
color: #CCB26A;
}
.AnyTagClassName
{
color: #CCB26A;
}
</style>
background-color css
<style>
a { background-color: #CCB26A; }
a { background-color: rgb(204,178,106); }
div.DivClassName
{
background-color: #CCB26A;
}
.BgClassName
{
background-color: #CCB26A;
}
</style>
border-color css
<style>
span { border-color: #CCB26A; }
span { border-color: rgb(204,178,106); }
td.TdClassName
{
border-color: #CCB26A;
}
.TagClassName
{
border-color: #CCB26A;
}
</style>