Shades of Cold Turkey #CCB6B6
Tints of Cold Turkey #CCB6B6
RGB
CMYK
RGB Variations
Color information
#CCB6B6 (or 0xCCB6B6) is known color: Cold Turkey. HEX triplet: CC, B6 and B6. RGB value is (204,182,182). Sum of RGB (Red+Green+Blue) = 204+182+182=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B6 is #334949. Grayscale: #BCBCBC. Windows color (decimal): -3361098 or 11974348. OLE color: 11974348.
HSL color Cylindrical-coordinate representation of color #CCB6B6: hue angle of 0º 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 #CCB6B6 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 182 | 182 | - |
CMYK | 0 | 0.11 | 0.11 | 0.2 |
HSL | 0º | 0.18% | 0.76% | - |
HSV(B) | 0º | 0.11% | 0.8% | - |
XYZ | 50.07 | 49.67 | 51.2 | - |
YUV | 188.58 | 124.29 | 139 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 182 | 0 | 0.11 | 0.11 | 0.2 | 0 | 0.18 | 0.76 |
Hex | CC | B6 | B6 | 0 | B | B | 14 | 0 | 12 | 4C |
Octal | 314 | 266 | 266 | 0 | 13 | 13 | 24 | 0 | 22 | 114 |
Binary | 11001100 | 10110110 | 10110110 | 0 | 1011 | 1011 | 10100 | 0 | 10010 | 1001100 |
Color Harmonies of #CCB6B6
Complementary color
Monochromatic Colors of #CCB6B6
Black with #CCB6B6
Text Example
Text Example
White with #CCB6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6B6; }
p { color: rgb(204,182,182); }
H1.HeaderClassName
{
color: #CCB6B6;
}
.AnyTagClassName
{
color: #CCB6B6;
}
</style>
background-color css
<style>
a { background-color: #CCB6B6; }
a { background-color: rgb(204,182,182); }
div.DivClassName
{
background-color: #CCB6B6;
}
.BgClassName
{
background-color: #CCB6B6;
}
</style>
border-color css
<style>
span { border-color: #CCB6B6; }
span { border-color: rgb(204,182,182); }
td.TdClassName
{
border-color: #CCB6B6;
}
.TagClassName
{
border-color: #CCB6B6;
}
</style>