Shades of Cold Turkey #CCB1AC
Tints of Cold Turkey #CCB1AC
RGB
CMYK
RGB Variations
Color information
#CCB1AC (or 0xCCB1AC) is known color: Cold Turkey. HEX triplet: CC, B1 and AC. RGB value is (204,177,172). Sum of RGB (Red+Green+Blue) = 204+177+172=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1AC is #334E53. Grayscale: #B8B8B8. Windows color (decimal): -3362388 or 11317708. OLE color: 11317708.
HSL color Cylindrical-coordinate representation of color #CCB1AC: hue angle of 9.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB1AC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 172 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.2 |
| HSL | 9.38º | 0.24% | 0.74% | - |
| HSV(B) | 9.38º | 0.16% | 0.8% | - |
| XYZ | 48.07 | 47.26 | 45.62 | - |
| YUV | 184.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 172 | 0 | 0.13 | 0.16 | 0.2 | 9.38 | 0.24 | 0.74 |
| Hex | CC | B1 | AC | 0 | D | 10 | 14 | 9 | 18 | 4A |
| Octal | 314 | 261 | 254 | 0 | 15 | 20 | 24 | 11 | 30 | 112 |
| Binary | 11001100 | 10110001 | 10101100 | 0 | 1101 | 10000 | 10100 | 1001 | 11000 | 1001010 |
Color Harmonies of #CCB1AC
Complementary color
Monochromatic Colors of #CCB1AC
Black with #CCB1AC
Text Example
Text Example
White with #CCB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1AC; }
p { color: rgb(204,177,172); }
H1.HeaderClassName
{
color: #CCB1AC;
}
.AnyTagClassName
{
color: #CCB1AC;
}
</style>
background-color css
<style>
a { background-color: #CCB1AC; }
a { background-color: rgb(204,177,172); }
div.DivClassName
{
background-color: #CCB1AC;
}
.BgClassName
{
background-color: #CCB1AC;
}
</style>
border-color css
<style>
span { border-color: #CCB1AC; }
span { border-color: rgb(204,177,172); }
td.TdClassName
{
border-color: #CCB1AC;
}
.TagClassName
{
border-color: #CCB1AC;
}
</style>