Shades of Cold Turkey #CCBAB7
Tints of Cold Turkey #CCBAB7
RGB
CMYK
RGB Variations
Color information
#CCBAB7 (or 0xCCBAB7) is known color: Cold Turkey. HEX triplet: CC, BA and B7. RGB value is (204,186,183). Sum of RGB (Red+Green+Blue) = 204+186+183=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAB7 is #334548. Grayscale: #BFBFBF. Windows color (decimal): -3360073 or 12040908. OLE color: 12040908.
HSL color Cylindrical-coordinate representation of color #CCBAB7: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBAB7 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 183 | - |
CMYK | 0 | 0.09 | 0.10 | 0.2 |
HSL | 8.57º | 0.17% | 0.76% | - |
HSV(B) | 8.57º | 0.1% | 0.8% | - |
XYZ | 51.01 | 51.37 | 52.03 | - |
YUV | 191.04 | 123.46 | 137.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 183 | 0 | 0.09 | 0.10 | 0.2 | 8.57 | 0.17 | 0.76 |
Hex | CC | BA | B7 | 0 | 9 | A | 14 | 9 | 11 | 4C |
Octal | 314 | 272 | 267 | 0 | 11 | 12 | 24 | 11 | 21 | 114 |
Binary | 11001100 | 10111010 | 10110111 | 0 | 1001 | 1010 | 10100 | 1001 | 10001 | 1001100 |
Color Harmonies of #CCBAB7
Complementary color
Monochromatic Colors of #CCBAB7
Black with #CCBAB7
Text Example
Text Example
White with #CCBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAB7; }
p { color: rgb(204,186,183); }
H1.HeaderClassName
{
color: #CCBAB7;
}
.AnyTagClassName
{
color: #CCBAB7;
}
</style>
background-color css
<style>
a { background-color: #CCBAB7; }
a { background-color: rgb(204,186,183); }
div.DivClassName
{
background-color: #CCBAB7;
}
.BgClassName
{
background-color: #CCBAB7;
}
</style>
border-color css
<style>
span { border-color: #CCBAB7; }
span { border-color: rgb(204,186,183); }
td.TdClassName
{
border-color: #CCBAB7;
}
.TagClassName
{
border-color: #CCBAB7;
}
</style>