Shades of Putty #CCB07B
Tints of Putty #CCB07B
RGB
CMYK
RGB Variations
Color information
#CCB07B (or 0xCCB07B) is known color: Putty. HEX triplet: CC, B0 and 7B. RGB value is (204,176,123). Sum of RGB (Red+Green+Blue) = 204+176+123=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07B is #334F84. Grayscale: #B2B2B2. Windows color (decimal): -3362693 or 8106188. OLE color: 8106188.
HSL color Cylindrical-coordinate representation of color #CCB07B: hue angle of 39.26º 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 #CCB07B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 123 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.2 |
| HSL | 39.26º | 0.44% | 0.64% | - |
| HSV(B) | 39.26º | 0.4% | 0.8% | - |
| XYZ | 44 | 45.32 | 25.17 | - |
| YUV | 178.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 123 | 0 | 0.14 | 0.40 | 0.2 | 39.26 | 0.44 | 0.64 |
| Hex | CC | B0 | 7B | 0 | E | 28 | 14 | 27 | 2C | 40 |
| Octal | 314 | 260 | 173 | 0 | 16 | 50 | 24 | 47 | 54 | 100 |
| Binary | 11001100 | 10110000 | 1111011 | 0 | 1110 | 101000 | 10100 | 100111 | 101100 | 1000000 |
Color Harmonies of #CCB07B
Complementary color
Monochromatic Colors of #CCB07B
Black with #CCB07B
Text Example
Text Example
White with #CCB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB07B; }
p { color: rgb(204,176,123); }
H1.HeaderClassName
{
color: #CCB07B;
}
.AnyTagClassName
{
color: #CCB07B;
}
</style>
background-color css
<style>
a { background-color: #CCB07B; }
a { background-color: rgb(204,176,123); }
div.DivClassName
{
background-color: #CCB07B;
}
.BgClassName
{
background-color: #CCB07B;
}
</style>
border-color css
<style>
span { border-color: #CCB07B; }
span { border-color: rgb(204,176,123); }
td.TdClassName
{
border-color: #CCB07B;
}
.TagClassName
{
border-color: #CCB07B;
}
</style>