Shades of Cold Turkey #CDB6B6
Tints of Cold Turkey #CDB6B6
RGB
CMYK
RGB Variations
Color information
#CDB6B6 (or 0xCDB6B6) is known color: Cold Turkey. HEX triplet: CD, B6 and B6. RGB value is (205,182,182). Sum of RGB (Red+Green+Blue) = 205+182+182=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6B6 is #324949. Grayscale: #BCBCBC. Windows color (decimal): -3295562 or 11974349. OLE color: 11974349.
HSL color Cylindrical-coordinate representation of color #CDB6B6: hue angle of 0º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB6B6 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 182 | 182 | - |
CMYK | 0 | 0.11 | 0.11 | 0.20 |
HSL | 0º | 0.19% | 0.76% | - |
HSV(B) | 0º | 0.11% | 0.8% | - |
XYZ | 50.35 | 49.81 | 51.22 | - |
YUV | 188.88 | 124.12 | 139.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 182 | 182 | 0 | 0.11 | 0.11 | 0.20 | 0 | 0.19 | 0.76 |
Hex | CD | B6 | B6 | 0 | B | B | 14 | 0 | 13 | 4C |
Octal | 315 | 266 | 266 | 0 | 13 | 13 | 24 | 0 | 23 | 114 |
Binary | 11001101 | 10110110 | 10110110 | 0 | 1011 | 1011 | 10100 | 0 | 10011 | 1001100 |
Color Harmonies of #CDB6B6
Complementary color
Monochromatic Colors of #CDB6B6
Black with #CDB6B6
Text Example
Text Example
White with #CDB6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6B6; }
p { color: rgb(205,182,182); }
H1.HeaderClassName
{
color: #CDB6B6;
}
.AnyTagClassName
{
color: #CDB6B6;
}
</style>
background-color css
<style>
a { background-color: #CDB6B6; }
a { background-color: rgb(205,182,182); }
div.DivClassName
{
background-color: #CDB6B6;
}
.BgClassName
{
background-color: #CDB6B6;
}
</style>
border-color css
<style>
span { border-color: #CDB6B6; }
span { border-color: rgb(205,182,182); }
td.TdClassName
{
border-color: #CDB6B6;
}
.TagClassName
{
border-color: #CDB6B6;
}
</style>