Shades of Putty #CDB26B
Tints of Putty #CDB26B
RGB
CMYK
RGB Variations
Color information
#CDB26B (or 0xCDB26B) is known color: Putty. HEX triplet: CD, B2 and 6B. RGB value is (205,178,107). Sum of RGB (Red+Green+Blue) = 205+178+107=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB26B is #324D94. Grayscale: #B2B2B2. Windows color (decimal): -3296661 or 7058125. OLE color: 7058125.
HSL color Cylindrical-coordinate representation of color #CDB26B: hue angle of 43.47º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDB26B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 107 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.20 |
| HSL | 43.47º | 0.49% | 0.61% | - |
| HSV(B) | 43.47º | 0.48% | 0.8% | - |
| XYZ | 43.75 | 45.88 | 20.46 | - |
| YUV | 177.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 107 | 0 | 0.13 | 0.48 | 0.20 | 43.47 | 0.49 | 0.61 |
| Hex | CD | B2 | 6B | 0 | D | 30 | 14 | 2B | 31 | 3D |
| Octal | 315 | 262 | 153 | 0 | 15 | 60 | 24 | 53 | 61 | 75 |
| Binary | 11001101 | 10110010 | 1101011 | 0 | 1101 | 110000 | 10100 | 101011 | 110001 | 111101 |
Color Harmonies of #CDB26B
Complementary color
Monochromatic Colors of #CDB26B
Black with #CDB26B
Text Example
Text Example
White with #CDB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB26B; }
p { color: rgb(205,178,107); }
H1.HeaderClassName
{
color: #CDB26B;
}
.AnyTagClassName
{
color: #CDB26B;
}
</style>
background-color css
<style>
a { background-color: #CDB26B; }
a { background-color: rgb(205,178,107); }
div.DivClassName
{
background-color: #CDB26B;
}
.BgClassName
{
background-color: #CDB26B;
}
</style>
border-color css
<style>
span { border-color: #CDB26B; }
span { border-color: rgb(205,178,107); }
td.TdClassName
{
border-color: #CDB26B;
}
.TagClassName
{
border-color: #CDB26B;
}
</style>