Shades of Cold Turkey #CDB3B3
Tints of Cold Turkey #CDB3B3
RGB
CMYK
RGB Variations
Color information
#CDB3B3 (or 0xCDB3B3) is known color: Cold Turkey. HEX triplet: CD, B3 and B3. RGB value is (205,179,179). Sum of RGB (Red+Green+Blue) = 205+179+179=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3B3 is #324C4C. Grayscale: #BABABA. Windows color (decimal): -3296333 or 11776973. OLE color: 11776973.
HSL color Cylindrical-coordinate representation of color #CDB3B3: 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 #CDB3B3 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 179 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.20 |
| HSL | 0º | 0.21% | 0.75% | - |
| HSV(B) | 0º | 0.13% | 0.8% | - |
| XYZ | 49.43 | 48.47 | 49.4 | - |
| YUV | 186.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 179 | 0 | 0.13 | 0.13 | 0.20 | 0 | 0.21 | 0.75 |
| Hex | CD | B3 | B3 | 0 | D | D | 14 | 0 | 15 | 4B |
| Octal | 315 | 263 | 263 | 0 | 15 | 15 | 24 | 0 | 25 | 113 |
| Binary | 11001101 | 10110011 | 10110011 | 0 | 1101 | 1101 | 10100 | 0 | 10101 | 1001011 |
Color Harmonies of #CDB3B3
Complementary color
Monochromatic Colors of #CDB3B3
Black with #CDB3B3
Text Example
Text Example
White with #CDB3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3B3; }
p { color: rgb(205,179,179); }
H1.HeaderClassName
{
color: #CDB3B3;
}
.AnyTagClassName
{
color: #CDB3B3;
}
</style>
background-color css
<style>
a { background-color: #CDB3B3; }
a { background-color: rgb(205,179,179); }
div.DivClassName
{
background-color: #CDB3B3;
}
.BgClassName
{
background-color: #CDB3B3;
}
</style>
border-color css
<style>
span { border-color: #CDB3B3; }
span { border-color: rgb(205,179,179); }
td.TdClassName
{
border-color: #CDB3B3;
}
.TagClassName
{
border-color: #CDB3B3;
}
</style>