Shades of Putty #CCB06B
Tints of Putty #CCB06B
RGB
CMYK
RGB Variations
Color information
#CCB06B (or 0xCCB06B) is known color: Putty. HEX triplet: CC, B0 and 6B. RGB value is (204,176,107). Sum of RGB (Red+Green+Blue) = 204+176+107=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB06B is #334F94. Grayscale: #B0B0B0. Windows color (decimal): -3362709 or 7057612. OLE color: 7057612.
HSL color Cylindrical-coordinate representation of color #CCB06B: hue angle of 42.68º 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 #CCB06B is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 107 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.2 |
| HSL | 42.68º | 0.49% | 0.61% | - |
| HSV(B) | 42.68º | 0.48% | 0.8% | - |
| XYZ | 43.08 | 44.95 | 20.32 | - |
| YUV | 176.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 107 | 0 | 0.14 | 0.48 | 0.2 | 42.68 | 0.49 | 0.61 |
| Hex | CC | B0 | 6B | 0 | E | 30 | 14 | 2B | 31 | 3D |
| Octal | 314 | 260 | 153 | 0 | 16 | 60 | 24 | 53 | 61 | 75 |
| Binary | 11001100 | 10110000 | 1101011 | 0 | 1110 | 110000 | 10100 | 101011 | 110001 | 111101 |
Color Harmonies of #CCB06B
Complementary color
Monochromatic Colors of #CCB06B
Black with #CCB06B
Text Example
Text Example
White with #CCB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB06B; }
p { color: rgb(204,176,107); }
H1.HeaderClassName
{
color: #CCB06B;
}
.AnyTagClassName
{
color: #CCB06B;
}
</style>
background-color css
<style>
a { background-color: #CCB06B; }
a { background-color: rgb(204,176,107); }
div.DivClassName
{
background-color: #CCB06B;
}
.BgClassName
{
background-color: #CCB06B;
}
</style>
border-color css
<style>
span { border-color: #CCB06B; }
span { border-color: rgb(204,176,107); }
td.TdClassName
{
border-color: #CCB06B;
}
.TagClassName
{
border-color: #CCB06B;
}
</style>