Shades of Cold Turkey #CCB7B4
Tints of Cold Turkey #CCB7B4
RGB
CMYK
RGB Variations
Color information
#CCB7B4 (or 0xCCB7B4) is known color: Cold Turkey. HEX triplet: CC, B7 and B4. RGB value is (204,183,180). Sum of RGB (Red+Green+Blue) = 204+183+180=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7B4 is #33484B. Grayscale: #BCBCBC. Windows color (decimal): -3360844 or 11843532. OLE color: 11843532.
HSL color Cylindrical-coordinate representation of color #CCB7B4: hue angle of 7.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 #CCB7B4 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 180 | - |
CMYK | 0 | 0.10 | 0.12 | 0.2 |
HSL | 7.5º | 0.19% | 0.75% | - |
HSV(B) | 7.5º | 0.12% | 0.8% | - |
XYZ | 50.07 | 50 | 50.19 | - |
YUV | 188.94 | 122.96 | 138.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 180 | 0 | 0.10 | 0.12 | 0.2 | 7.5 | 0.19 | 0.75 |
Hex | CC | B7 | B4 | 0 | A | C | 14 | 8 | 13 | 4B |
Octal | 314 | 267 | 264 | 0 | 12 | 14 | 24 | 10 | 23 | 113 |
Binary | 11001100 | 10110111 | 10110100 | 0 | 1010 | 1100 | 10100 | 1000 | 10011 | 1001011 |
Color Harmonies of #CCB7B4
Complementary color
Monochromatic Colors of #CCB7B4
Black with #CCB7B4
Text Example
Text Example
White with #CCB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7B4; }
p { color: rgb(204,183,180); }
H1.HeaderClassName
{
color: #CCB7B4;
}
.AnyTagClassName
{
color: #CCB7B4;
}
</style>
background-color css
<style>
a { background-color: #CCB7B4; }
a { background-color: rgb(204,183,180); }
div.DivClassName
{
background-color: #CCB7B4;
}
.BgClassName
{
background-color: #CCB7B4;
}
</style>
border-color css
<style>
span { border-color: #CCB7B4; }
span { border-color: rgb(204,183,180); }
td.TdClassName
{
border-color: #CCB7B4;
}
.TagClassName
{
border-color: #CCB7B4;
}
</style>