Shades of Putty #C8B268
Tints of Putty #C8B268
RGB
CMYK
RGB Variations
Color information
#C8B268 (or 0xC8B268) is known color: Putty. HEX triplet: C8, B2 and 68. RGB value is (200,178,104). Sum of RGB (Red+Green+Blue) = 200+178+104=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B268 is #374D97. Grayscale: #B0B0B0. Windows color (decimal): -3624344 or 6861512. OLE color: 6861512.
HSL color Cylindrical-coordinate representation of color #C8B268: hue angle of 46.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8B268 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 104 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.22 |
| HSL | 46.25º | 0.47% | 0.6% | - |
| HSV(B) | 46.25º | 0.48% | 0.78% | - |
| XYZ | 42.24 | 45.12 | 19.58 | - |
| YUV | 176.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 104 | 0 | 0.11 | 0.48 | 0.22 | 46.25 | 0.47 | 0.6 |
| Hex | C8 | B2 | 68 | 0 | B | 30 | 16 | 2E | 2F | 3C |
| Octal | 310 | 262 | 150 | 0 | 13 | 60 | 26 | 56 | 57 | 74 |
| Binary | 11001000 | 10110010 | 1101000 | 0 | 1011 | 110000 | 10110 | 101110 | 101111 | 111100 |
Color Harmonies of #C8B268
Complementary color
Monochromatic Colors of #C8B268
Black with #C8B268
Text Example
Text Example
White with #C8B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B268; }
p { color: rgb(200,178,104); }
H1.HeaderClassName
{
color: #C8B268;
}
.AnyTagClassName
{
color: #C8B268;
}
</style>
background-color css
<style>
a { background-color: #C8B268; }
a { background-color: rgb(200,178,104); }
div.DivClassName
{
background-color: #C8B268;
}
.BgClassName
{
background-color: #C8B268;
}
</style>
border-color css
<style>
span { border-color: #C8B268; }
span { border-color: rgb(200,178,104); }
td.TdClassName
{
border-color: #C8B268;
}
.TagClassName
{
border-color: #C8B268;
}
</style>