Shades of Cold Turkey #CDB5B3
Tints of Cold Turkey #CDB5B3
RGB
CMYK
RGB Variations
Color information
#CDB5B3 (or 0xCDB5B3) is known color: Cold Turkey. HEX triplet: CD, B5 and B3. RGB value is (205,181,179). Sum of RGB (Red+Green+Blue) = 205+181+179=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5B3 is #324A4C. Grayscale: #BBBBBB. Windows color (decimal): -3295821 or 11777485. OLE color: 11777485.
HSL color Cylindrical-coordinate representation of color #CDB5B3: hue angle of 4.62º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB5B3 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 179 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.20 |
| HSL | 4.62º | 0.21% | 0.75% | - |
| HSV(B) | 4.62º | 0.13% | 0.8% | - |
| XYZ | 49.84 | 49.28 | 49.53 | - |
| YUV | 187.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 179 | 0 | 0.12 | 0.13 | 0.20 | 4.62 | 0.21 | 0.75 |
| Hex | CD | B5 | B3 | 0 | C | D | 14 | 5 | 15 | 4B |
| Octal | 315 | 265 | 263 | 0 | 14 | 15 | 24 | 5 | 25 | 113 |
| Binary | 11001101 | 10110101 | 10110011 | 0 | 1100 | 1101 | 10100 | 101 | 10101 | 1001011 |
Color Harmonies of #CDB5B3
Complementary color
Monochromatic Colors of #CDB5B3
Black with #CDB5B3
Text Example
Text Example
White with #CDB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5B3; }
p { color: rgb(205,181,179); }
H1.HeaderClassName
{
color: #CDB5B3;
}
.AnyTagClassName
{
color: #CDB5B3;
}
</style>
background-color css
<style>
a { background-color: #CDB5B3; }
a { background-color: rgb(205,181,179); }
div.DivClassName
{
background-color: #CDB5B3;
}
.BgClassName
{
background-color: #CDB5B3;
}
</style>
border-color css
<style>
span { border-color: #CDB5B3; }
span { border-color: rgb(205,181,179); }
td.TdClassName
{
border-color: #CDB5B3;
}
.TagClassName
{
border-color: #CDB5B3;
}
</style>