Shades of Cold Turkey #CCAEAC
Tints of Cold Turkey #CCAEAC
RGB
CMYK
RGB Variations
Color information
#CCAEAC (or 0xCCAEAC) is known color: Cold Turkey. HEX triplet: CC, AE and AC. RGB value is (204,174,172). Sum of RGB (Red+Green+Blue) = 204+174+172=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEAC is #335153. Grayscale: #B6B6B6. Windows color (decimal): -3363156 or 11316940. OLE color: 11316940.
HSL color Cylindrical-coordinate representation of color #CCAEAC: hue angle of 3.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCAEAC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 174 | 172 | - |
CMYK | 0 | 0.15 | 0.16 | 0.2 |
HSL | 3.75º | 0.24% | 0.74% | - |
HSV(B) | 3.75º | 0.16% | 0.8% | - |
XYZ | 47.48 | 46.09 | 45.42 | - |
YUV | 182.74 | 121.94 | 143.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 172 | 0 | 0.15 | 0.16 | 0.2 | 3.75 | 0.24 | 0.74 |
Hex | CC | AE | AC | 0 | F | 10 | 14 | 4 | 18 | 4A |
Octal | 314 | 256 | 254 | 0 | 17 | 20 | 24 | 4 | 30 | 112 |
Binary | 11001100 | 10101110 | 10101100 | 0 | 1111 | 10000 | 10100 | 100 | 11000 | 1001010 |
Color Harmonies of #CCAEAC
Complementary color
Monochromatic Colors of #CCAEAC
Black with #CCAEAC
Text Example
Text Example
White with #CCAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEAC; }
p { color: rgb(204,174,172); }
H1.HeaderClassName
{
color: #CCAEAC;
}
.AnyTagClassName
{
color: #CCAEAC;
}
</style>
background-color css
<style>
a { background-color: #CCAEAC; }
a { background-color: rgb(204,174,172); }
div.DivClassName
{
background-color: #CCAEAC;
}
.BgClassName
{
background-color: #CCAEAC;
}
</style>
border-color css
<style>
span { border-color: #CCAEAC; }
span { border-color: rgb(204,174,172); }
td.TdClassName
{
border-color: #CCAEAC;
}
.TagClassName
{
border-color: #CCAEAC;
}
</style>