Shades of Cold Turkey #CCB7B6
Tints of Cold Turkey #CCB7B6
RGB
CMYK
RGB Variations
Color information
#CCB7B6 (or 0xCCB7B6) is known color: Cold Turkey. HEX triplet: CC, B7 and B6. RGB value is (204,183,182). Sum of RGB (Red+Green+Blue) = 204+183+182=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7B6 is #334849. Grayscale: #BDBDBD. Windows color (decimal): -3360842 or 11974604. OLE color: 11974604.
HSL color Cylindrical-coordinate representation of color #CCB7B6: hue angle of 2.73º degrees, saturation: 0.18, 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 #CCB7B6 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 182 | - |
CMYK | 0 | 0.10 | 0.11 | 0.2 |
HSL | 2.73º | 0.18% | 0.76% | - |
HSV(B) | 2.73º | 0.11% | 0.8% | - |
XYZ | 50.28 | 50.08 | 51.27 | - |
YUV | 189.17 | 123.96 | 138.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 182 | 0 | 0.10 | 0.11 | 0.2 | 2.73 | 0.18 | 0.76 |
Hex | CC | B7 | B6 | 0 | A | B | 14 | 3 | 12 | 4C |
Octal | 314 | 267 | 266 | 0 | 12 | 13 | 24 | 3 | 22 | 114 |
Binary | 11001100 | 10110111 | 10110110 | 0 | 1010 | 1011 | 10100 | 11 | 10010 | 1001100 |
Color Harmonies of #CCB7B6
Complementary color
Monochromatic Colors of #CCB7B6
Black with #CCB7B6
Text Example
Text Example
White with #CCB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7B6; }
p { color: rgb(204,183,182); }
H1.HeaderClassName
{
color: #CCB7B6;
}
.AnyTagClassName
{
color: #CCB7B6;
}
</style>
background-color css
<style>
a { background-color: #CCB7B6; }
a { background-color: rgb(204,183,182); }
div.DivClassName
{
background-color: #CCB7B6;
}
.BgClassName
{
background-color: #CCB7B6;
}
</style>
border-color css
<style>
span { border-color: #CCB7B6; }
span { border-color: rgb(204,183,182); }
td.TdClassName
{
border-color: #CCB7B6;
}
.TagClassName
{
border-color: #CCB7B6;
}
</style>