Shades of Cold Turkey #CCB5AF
Tints of Cold Turkey #CCB5AF
RGB
CMYK
RGB Variations
Color information
#CCB5AF (or 0xCCB5AF) is known color: Cold Turkey. HEX triplet: CC, B5 and AF. RGB value is (204,181,175). Sum of RGB (Red+Green+Blue) = 204+181+175=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AF is #334A50. Grayscale: #BBBBBB. Windows color (decimal): -3361361 or 11515340. OLE color: 11515340.
HSL color Cylindrical-coordinate representation of color #CCB5AF: hue angle of 12.41º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB5AF is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 175 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.2 |
| HSL | 12.41º | 0.22% | 0.74% | - |
| HSV(B) | 12.41º | 0.14% | 0.8% | - |
| XYZ | 49.16 | 48.98 | 47.42 | - |
| YUV | 187.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 175 | 0 | 0.11 | 0.14 | 0.2 | 12.41 | 0.22 | 0.74 |
| Hex | CC | B5 | AF | 0 | B | E | 14 | C | 16 | 4A |
| Octal | 314 | 265 | 257 | 0 | 13 | 16 | 24 | 14 | 26 | 112 |
| Binary | 11001100 | 10110101 | 10101111 | 0 | 1011 | 1110 | 10100 | 1100 | 10110 | 1001010 |
Color Harmonies of #CCB5AF
Complementary color
Monochromatic Colors of #CCB5AF
Black with #CCB5AF
Text Example
Text Example
White with #CCB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5AF; }
p { color: rgb(204,181,175); }
H1.HeaderClassName
{
color: #CCB5AF;
}
.AnyTagClassName
{
color: #CCB5AF;
}
</style>
background-color css
<style>
a { background-color: #CCB5AF; }
a { background-color: rgb(204,181,175); }
div.DivClassName
{
background-color: #CCB5AF;
}
.BgClassName
{
background-color: #CCB5AF;
}
</style>
border-color css
<style>
span { border-color: #CCB5AF; }
span { border-color: rgb(204,181,175); }
td.TdClassName
{
border-color: #CCB5AF;
}
.TagClassName
{
border-color: #CCB5AF;
}
</style>