Shades of Putty #CBB36B
Tints of Putty #CBB36B
RGB
CMYK
RGB Variations
Color information
#CBB36B (or 0xCBB36B) is known color: Putty. HEX triplet: CB, B3 and 6B. RGB value is (203,179,107). Sum of RGB (Red+Green+Blue) = 203+179+107=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36B is #344C94. Grayscale: #B2B2B2. Windows color (decimal): -3427477 or 7058379. OLE color: 7058379.
HSL color Cylindrical-coordinate representation of color #CBB36B: hue angle of 45º 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 #CBB36B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 107 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.20 |
| HSL | 45º | 0.48% | 0.61% | - |
| HSV(B) | 45º | 0.47% | 0.8% | - |
| XYZ | 43.4 | 46 | 20.5 | - |
| YUV | 177.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 107 | 0 | 0.12 | 0.47 | 0.20 | 45 | 0.48 | 0.61 |
| Hex | CB | B3 | 6B | 0 | C | 2F | 14 | 2D | 30 | 3D |
| Octal | 313 | 263 | 153 | 0 | 14 | 57 | 24 | 55 | 60 | 75 |
| Binary | 11001011 | 10110011 | 1101011 | 0 | 1100 | 101111 | 10100 | 101101 | 110000 | 111101 |
Color Harmonies of #CBB36B
Complementary color
Monochromatic Colors of #CBB36B
Black with #CBB36B
Text Example
Text Example
White with #CBB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB36B; }
p { color: rgb(203,179,107); }
H1.HeaderClassName
{
color: #CBB36B;
}
.AnyTagClassName
{
color: #CBB36B;
}
</style>
background-color css
<style>
a { background-color: #CBB36B; }
a { background-color: rgb(203,179,107); }
div.DivClassName
{
background-color: #CBB36B;
}
.BgClassName
{
background-color: #CBB36B;
}
</style>
border-color css
<style>
span { border-color: #CBB36B; }
span { border-color: rgb(203,179,107); }
td.TdClassName
{
border-color: #CBB36B;
}
.TagClassName
{
border-color: #CBB36B;
}
</style>