Shades of Putty #CBB167
Tints of Putty #CBB167
RGB
CMYK
RGB Variations
Color information
#CBB167 (or 0xCBB167) is known color: Putty. HEX triplet: CB, B1 and 67. RGB value is (203,177,103). Sum of RGB (Red+Green+Blue) = 203+177+103=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB167 is #344E98. Grayscale: #B0B0B0. Windows color (decimal): -3427993 or 6795723. OLE color: 6795723.
HSL color Cylindrical-coordinate representation of color #CBB167: hue angle of 44.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBB167 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 103 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.20 |
| HSL | 44.4º | 0.49% | 0.6% | - |
| HSV(B) | 44.4º | 0.49% | 0.8% | - |
| XYZ | 42.8 | 45.12 | 19.29 | - |
| YUV | 176.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 103 | 0 | 0.13 | 0.49 | 0.20 | 44.4 | 0.49 | 0.6 |
| Hex | CB | B1 | 67 | 0 | D | 31 | 14 | 2C | 31 | 3C |
| Octal | 313 | 261 | 147 | 0 | 15 | 61 | 24 | 54 | 61 | 74 |
| Binary | 11001011 | 10110001 | 1100111 | 0 | 1101 | 110001 | 10100 | 101100 | 110001 | 111100 |
Color Harmonies of #CBB167
Complementary color
Monochromatic Colors of #CBB167
Black with #CBB167
Text Example
Text Example
White with #CBB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB167; }
p { color: rgb(203,177,103); }
H1.HeaderClassName
{
color: #CBB167;
}
.AnyTagClassName
{
color: #CBB167;
}
</style>
background-color css
<style>
a { background-color: #CBB167; }
a { background-color: rgb(203,177,103); }
div.DivClassName
{
background-color: #CBB167;
}
.BgClassName
{
background-color: #CBB167;
}
</style>
border-color css
<style>
span { border-color: #CBB167; }
span { border-color: rgb(203,177,103); }
td.TdClassName
{
border-color: #CBB167;
}
.TagClassName
{
border-color: #CBB167;
}
</style>