Shades of Cold Turkey #CDB1AC
Tints of Cold Turkey #CDB1AC
RGB
CMYK
RGB Variations
Color information
#CDB1AC (or 0xCDB1AC) is known color: Cold Turkey. HEX triplet: CD, B1 and AC. RGB value is (205,177,172). Sum of RGB (Red+Green+Blue) = 205+177+172=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AC is #324E53. Grayscale: #B8B8B8. Windows color (decimal): -3296852 or 11317709. OLE color: 11317709.
HSL color Cylindrical-coordinate representation of color #CDB1AC: hue angle of 9.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB1AC is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 172 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.20 |
| HSL | 9.09º | 0.25% | 0.74% | - |
| HSV(B) | 9.09º | 0.16% | 0.8% | - |
| XYZ | 48.35 | 47.4 | 45.63 | - |
| YUV | 184.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 172 | 0 | 0.14 | 0.16 | 0.20 | 9.09 | 0.25 | 0.74 |
| Hex | CD | B1 | AC | 0 | E | 10 | 14 | 9 | 19 | 4A |
| Octal | 315 | 261 | 254 | 0 | 16 | 20 | 24 | 11 | 31 | 112 |
| Binary | 11001101 | 10110001 | 10101100 | 0 | 1110 | 10000 | 10100 | 1001 | 11001 | 1001010 |
Color Harmonies of #CDB1AC
Complementary color
Monochromatic Colors of #CDB1AC
Black with #CDB1AC
Text Example
Text Example
White with #CDB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1AC; }
p { color: rgb(205,177,172); }
H1.HeaderClassName
{
color: #CDB1AC;
}
.AnyTagClassName
{
color: #CDB1AC;
}
</style>
background-color css
<style>
a { background-color: #CDB1AC; }
a { background-color: rgb(205,177,172); }
div.DivClassName
{
background-color: #CDB1AC;
}
.BgClassName
{
background-color: #CDB1AC;
}
</style>
border-color css
<style>
span { border-color: #CDB1AC; }
span { border-color: rgb(205,177,172); }
td.TdClassName
{
border-color: #CDB1AC;
}
.TagClassName
{
border-color: #CDB1AC;
}
</style>