Shades of Cold Turkey #CCB6B4
Tints of Cold Turkey #CCB6B4
RGB
CMYK
RGB Variations
Color information
#CCB6B4 (or 0xCCB6B4) is known color: Cold Turkey. HEX triplet: CC, B6 and B4. RGB value is (204,182,180). Sum of RGB (Red+Green+Blue) = 204+182+180=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B4 is #33494B. Grayscale: #BCBCBC. Windows color (decimal): -3361100 or 11843276. OLE color: 11843276.
HSL color Cylindrical-coordinate representation of color #CCB6B4: hue angle of 5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB6B4 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 182 | 180 | - |
CMYK | 0 | 0.11 | 0.12 | 0.2 |
HSL | 5º | 0.19% | 0.75% | - |
HSV(B) | 5º | 0.12% | 0.8% | - |
XYZ | 49.87 | 49.59 | 50.12 | - |
YUV | 188.35 | 123.29 | 139.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 180 | 0 | 0.11 | 0.12 | 0.2 | 5 | 0.19 | 0.75 |
Hex | CC | B6 | B4 | 0 | B | C | 14 | 5 | 13 | 4B |
Octal | 314 | 266 | 264 | 0 | 13 | 14 | 24 | 5 | 23 | 113 |
Binary | 11001100 | 10110110 | 10110100 | 0 | 1011 | 1100 | 10100 | 101 | 10011 | 1001011 |
Color Harmonies of #CCB6B4
Complementary color
Monochromatic Colors of #CCB6B4
Black with #CCB6B4
Text Example
Text Example
White with #CCB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6B4; }
p { color: rgb(204,182,180); }
H1.HeaderClassName
{
color: #CCB6B4;
}
.AnyTagClassName
{
color: #CCB6B4;
}
</style>
background-color css
<style>
a { background-color: #CCB6B4; }
a { background-color: rgb(204,182,180); }
div.DivClassName
{
background-color: #CCB6B4;
}
.BgClassName
{
background-color: #CCB6B4;
}
</style>
border-color css
<style>
span { border-color: #CCB6B4; }
span { border-color: rgb(204,182,180); }
td.TdClassName
{
border-color: #CCB6B4;
}
.TagClassName
{
border-color: #CCB6B4;
}
</style>