Shades of Cold Turkey #CCBDBB
Tints of Cold Turkey #CCBDBB
RGB
CMYK
RGB Variations
Color information
#CCBDBB (or 0xCCBDBB) is known color: Cold Turkey. HEX triplet: CC, BD and BB. RGB value is (204,189,187). Sum of RGB (Red+Green+Blue) = 204+189+187=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDBB is #334244. Grayscale: #C1C1C1. Windows color (decimal): -3359301 or 12303820. OLE color: 12303820.
HSL color Cylindrical-coordinate representation of color #CCBDBB: hue angle of 7.06º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBDBB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 187 | - |
CMYK | 0 | 0.07 | 0.08 | 0.2 |
HSL | 7.06º | 0.14% | 0.77% | - |
HSV(B) | 7.06º | 0.08% | 0.8% | - |
XYZ | 52.07 | 52.82 | 54.46 | - |
YUV | 193.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 187 | 0 | 0.07 | 0.08 | 0.2 | 7.06 | 0.14 | 0.77 |
Hex | CC | BD | BB | 0 | 7 | 8 | 14 | 7 | E | 4D |
Octal | 314 | 275 | 273 | 0 | 7 | 10 | 24 | 7 | 16 | 115 |
Binary | 11001100 | 10111101 | 10111011 | 0 | 111 | 1000 | 10100 | 111 | 1110 | 1001101 |
Color Harmonies of #CCBDBB
Complementary color
Monochromatic Colors of #CCBDBB
Black with #CCBDBB
Text Example
Text Example
White with #CCBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDBB; }
p { color: rgb(204,189,187); }
H1.HeaderClassName
{
color: #CCBDBB;
}
.AnyTagClassName
{
color: #CCBDBB;
}
</style>
background-color css
<style>
a { background-color: #CCBDBB; }
a { background-color: rgb(204,189,187); }
div.DivClassName
{
background-color: #CCBDBB;
}
.BgClassName
{
background-color: #CCBDBB;
}
</style>
border-color css
<style>
span { border-color: #CCBDBB; }
span { border-color: rgb(204,189,187); }
td.TdClassName
{
border-color: #CCBDBB;
}
.TagClassName
{
border-color: #CCBDBB;
}
</style>