Shades of Putty #CBB27A
Tints of Putty #CBB27A
RGB
CMYK
RGB Variations
Color information
#CBB27A (or 0xCBB27A) is known color: Putty. HEX triplet: CB, B2 and 7A. RGB value is (203,178,122). Sum of RGB (Red+Green+Blue) = 203+178+122=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27A is #344D85. Grayscale: #B3B3B3. Windows color (decimal): -3427718 or 8041163. OLE color: 8041163.
HSL color Cylindrical-coordinate representation of color #CBB27A: 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 #CBB27A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 122 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.20 |
| HSL | 41.48º | 0.44% | 0.64% | - |
| HSV(B) | 41.48º | 0.4% | 0.8% | - |
| XYZ | 44.06 | 45.94 | 24.96 | - |
| YUV | 179.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 122 | 0 | 0.12 | 0.40 | 0.20 | 41.48 | 0.44 | 0.64 |
| Hex | CB | B2 | 7A | 0 | C | 28 | 14 | 29 | 2C | 40 |
| Octal | 313 | 262 | 172 | 0 | 14 | 50 | 24 | 51 | 54 | 100 |
| Binary | 11001011 | 10110010 | 1111010 | 0 | 1100 | 101000 | 10100 | 101001 | 101100 | 1000000 |
Color Harmonies of #CBB27A
Complementary color
Monochromatic Colors of #CBB27A
Black with #CBB27A
Text Example
Text Example
White with #CBB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB27A; }
p { color: rgb(203,178,122); }
H1.HeaderClassName
{
color: #CBB27A;
}
.AnyTagClassName
{
color: #CBB27A;
}
</style>
background-color css
<style>
a { background-color: #CBB27A; }
a { background-color: rgb(203,178,122); }
div.DivClassName
{
background-color: #CBB27A;
}
.BgClassName
{
background-color: #CBB27A;
}
</style>
border-color css
<style>
span { border-color: #CBB27A; }
span { border-color: rgb(203,178,122); }
td.TdClassName
{
border-color: #CBB27A;
}
.TagClassName
{
border-color: #CBB27A;
}
</style>