Shades of Cold Turkey #CDB2B2
Tints of Cold Turkey #CDB2B2
RGB
CMYK
RGB Variations
Color information
#CDB2B2 (or 0xCDB2B2) is known color: Cold Turkey. HEX triplet: CD, B2 and B2. RGB value is (205,178,178). Sum of RGB (Red+Green+Blue) = 205+178+178=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2B2 is #324D4D. Grayscale: #BABABA. Windows color (decimal): -3296590 or 11711181. OLE color: 11711181.
HSL color Cylindrical-coordinate representation of color #CDB2B2: hue angle of 0º 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 #CDB2B2 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 178 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.20 |
| HSL | 0º | 0.21% | 0.75% | - |
| HSV(B) | 0º | 0.13% | 0.8% | - |
| XYZ | 49.13 | 48.03 | 48.8 | - |
| YUV | 186.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 178 | 0 | 0.13 | 0.13 | 0.20 | 0 | 0.21 | 0.75 |
| Hex | CD | B2 | B2 | 0 | D | D | 14 | 0 | 15 | 4B |
| Octal | 315 | 262 | 262 | 0 | 15 | 15 | 24 | 0 | 25 | 113 |
| Binary | 11001101 | 10110010 | 10110010 | 0 | 1101 | 1101 | 10100 | 0 | 10101 | 1001011 |
Color Harmonies of #CDB2B2
Complementary color
Monochromatic Colors of #CDB2B2
Black with #CDB2B2
Text Example
Text Example
White with #CDB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2B2; }
p { color: rgb(205,178,178); }
H1.HeaderClassName
{
color: #CDB2B2;
}
.AnyTagClassName
{
color: #CDB2B2;
}
</style>
background-color css
<style>
a { background-color: #CDB2B2; }
a { background-color: rgb(205,178,178); }
div.DivClassName
{
background-color: #CDB2B2;
}
.BgClassName
{
background-color: #CDB2B2;
}
</style>
border-color css
<style>
span { border-color: #CDB2B2; }
span { border-color: rgb(205,178,178); }
td.TdClassName
{
border-color: #CDB2B2;
}
.TagClassName
{
border-color: #CDB2B2;
}
</style>