Shades of Putty #CEB27B
Tints of Putty #CEB27B
RGB
CMYK
RGB Variations
Color information
#CEB27B (or 0xCEB27B) is known color: Putty. HEX triplet: CE, B2 and 7B. RGB value is (206,178,123). Sum of RGB (Red+Green+Blue) = 206+178+123=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB27B is #314D84. Grayscale: #B4B4B4. Windows color (decimal): -3231109 or 8106702. OLE color: 8106702.
HSL color Cylindrical-coordinate representation of color #CEB27B: hue angle of 39.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB27B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 123 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.19 |
| HSL | 39.76º | 0.46% | 0.65% | - |
| HSV(B) | 39.76º | 0.4% | 0.81% | - |
| XYZ | 44.95 | 46.39 | 25.32 | - |
| YUV | 180.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 123 | 0 | 0.14 | 0.40 | 0.19 | 39.76 | 0.46 | 0.65 |
| Hex | CE | B2 | 7B | 0 | E | 28 | 13 | 28 | 2E | 41 |
| Octal | 316 | 262 | 173 | 0 | 16 | 50 | 23 | 50 | 56 | 101 |
| Binary | 11001110 | 10110010 | 1111011 | 0 | 1110 | 101000 | 10011 | 101000 | 101110 | 1000001 |
Color Harmonies of #CEB27B
Complementary color
Monochromatic Colors of #CEB27B
Black with #CEB27B
Text Example
Text Example
White with #CEB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB27B; }
p { color: rgb(206,178,123); }
H1.HeaderClassName
{
color: #CEB27B;
}
.AnyTagClassName
{
color: #CEB27B;
}
</style>
background-color css
<style>
a { background-color: #CEB27B; }
a { background-color: rgb(206,178,123); }
div.DivClassName
{
background-color: #CEB27B;
}
.BgClassName
{
background-color: #CEB27B;
}
</style>
border-color css
<style>
span { border-color: #CEB27B; }
span { border-color: rgb(206,178,123); }
td.TdClassName
{
border-color: #CEB27B;
}
.TagClassName
{
border-color: #CEB27B;
}
</style>