Shades of Putty #CCB37B
Tints of Putty #CCB37B
RGB
CMYK
RGB Variations
Color information
#CCB37B (or 0xCCB37B) is known color: Putty. HEX triplet: CC, B3 and 7B. RGB value is (204,179,123). Sum of RGB (Red+Green+Blue) = 204+179+123=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37B is #334C84. Grayscale: #B4B4B4. Windows color (decimal): -3361925 or 8106956. OLE color: 8106956.
HSL color Cylindrical-coordinate representation of color #CCB37B: hue angle of 41.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB37B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 123 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.2 |
| HSL | 41.48º | 0.44% | 0.64% | - |
| HSV(B) | 41.48º | 0.4% | 0.8% | - |
| XYZ | 44.6 | 46.51 | 25.37 | - |
| YUV | 180.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 123 | 0 | 0.12 | 0.40 | 0.2 | 41.48 | 0.44 | 0.64 |
| Hex | CC | B3 | 7B | 0 | C | 28 | 14 | 29 | 2C | 40 |
| Octal | 314 | 263 | 173 | 0 | 14 | 50 | 24 | 51 | 54 | 100 |
| Binary | 11001100 | 10110011 | 1111011 | 0 | 1100 | 101000 | 10100 | 101001 | 101100 | 1000000 |
Color Harmonies of #CCB37B
Complementary color
Monochromatic Colors of #CCB37B
Black with #CCB37B
Text Example
Text Example
White with #CCB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB37B; }
p { color: rgb(204,179,123); }
H1.HeaderClassName
{
color: #CCB37B;
}
.AnyTagClassName
{
color: #CCB37B;
}
</style>
background-color css
<style>
a { background-color: #CCB37B; }
a { background-color: rgb(204,179,123); }
div.DivClassName
{
background-color: #CCB37B;
}
.BgClassName
{
background-color: #CCB37B;
}
</style>
border-color css
<style>
span { border-color: #CCB37B; }
span { border-color: rgb(204,179,123); }
td.TdClassName
{
border-color: #CCB37B;
}
.TagClassName
{
border-color: #CCB37B;
}
</style>