Shades of Putty #CBB26B
Tints of Putty #CBB26B
RGB
CMYK
RGB Variations
Color information
#CBB26B (or 0xCBB26B) is known color: Putty. HEX triplet: CB, B2 and 6B. RGB value is (203,178,107). Sum of RGB (Red+Green+Blue) = 203+178+107=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB26B is #344D94. Grayscale: #B1B1B1. Windows color (decimal): -3427733 or 7058123. OLE color: 7058123.
HSL color Cylindrical-coordinate representation of color #CBB26B: hue angle of 44.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBB26B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 107 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.20 |
| HSL | 44.38º | 0.48% | 0.61% | - |
| HSV(B) | 44.38º | 0.47% | 0.8% | - |
| XYZ | 43.2 | 45.6 | 20.43 | - |
| YUV | 177.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 107 | 0 | 0.12 | 0.47 | 0.20 | 44.38 | 0.48 | 0.61 |
| Hex | CB | B2 | 6B | 0 | C | 2F | 14 | 2C | 30 | 3D |
| Octal | 313 | 262 | 153 | 0 | 14 | 57 | 24 | 54 | 60 | 75 |
| Binary | 11001011 | 10110010 | 1101011 | 0 | 1100 | 101111 | 10100 | 101100 | 110000 | 111101 |
Color Harmonies of #CBB26B
Complementary color
Monochromatic Colors of #CBB26B
Black with #CBB26B
Text Example
Text Example
White with #CBB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB26B; }
p { color: rgb(203,178,107); }
H1.HeaderClassName
{
color: #CBB26B;
}
.AnyTagClassName
{
color: #CBB26B;
}
</style>
background-color css
<style>
a { background-color: #CBB26B; }
a { background-color: rgb(203,178,107); }
div.DivClassName
{
background-color: #CBB26B;
}
.BgClassName
{
background-color: #CBB26B;
}
</style>
border-color css
<style>
span { border-color: #CBB26B; }
span { border-color: rgb(203,178,107); }
td.TdClassName
{
border-color: #CBB26B;
}
.TagClassName
{
border-color: #CBB26B;
}
</style>