Shades of Cold Turkey #CCB6B5
Tints of Cold Turkey #CCB6B5
RGB
CMYK
RGB Variations
Color information
#CCB6B5 (or 0xCCB6B5) is known color: Cold Turkey. HEX triplet: CC, B6 and B5. RGB value is (204,182,181). Sum of RGB (Red+Green+Blue) = 204+182+181=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B5 is #33494A. Grayscale: #BCBCBC. Windows color (decimal): -3361099 or 11908812. OLE color: 11908812.
HSL color Cylindrical-coordinate representation of color #CCB6B5: hue angle of 2.61º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6B5 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 182 | 181 | - |
CMYK | 0 | 0.11 | 0.11 | 0.2 |
HSL | 2.61º | 0.18% | 0.75% | - |
HSV(B) | 2.61º | 0.11% | 0.8% | - |
XYZ | 49.97 | 49.63 | 50.66 | - |
YUV | 188.46 | 123.79 | 139.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 181 | 0 | 0.11 | 0.11 | 0.2 | 2.61 | 0.18 | 0.75 |
Hex | CC | B6 | B5 | 0 | B | B | 14 | 3 | 12 | 4B |
Octal | 314 | 266 | 265 | 0 | 13 | 13 | 24 | 3 | 22 | 113 |
Binary | 11001100 | 10110110 | 10110101 | 0 | 1011 | 1011 | 10100 | 11 | 10010 | 1001011 |
Color Harmonies of #CCB6B5
Complementary color
Monochromatic Colors of #CCB6B5
Black with #CCB6B5
Text Example
Text Example
White with #CCB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6B5; }
p { color: rgb(204,182,181); }
H1.HeaderClassName
{
color: #CCB6B5;
}
.AnyTagClassName
{
color: #CCB6B5;
}
</style>
background-color css
<style>
a { background-color: #CCB6B5; }
a { background-color: rgb(204,182,181); }
div.DivClassName
{
background-color: #CCB6B5;
}
.BgClassName
{
background-color: #CCB6B5;
}
</style>
border-color css
<style>
span { border-color: #CCB6B5; }
span { border-color: rgb(204,182,181); }
td.TdClassName
{
border-color: #CCB6B5;
}
.TagClassName
{
border-color: #CCB6B5;
}
</style>