Shades of Cold Turkey #CDA8A8
Tints of Cold Turkey #CDA8A8
RGB
CMYK
RGB Variations
Color information
#CDA8A8 (or 0xCDA8A8) is known color: Cold Turkey. HEX triplet: CD, A8 and A8. RGB value is (205,168,168). Sum of RGB (Red+Green+Blue) = 205+168+168=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA8A8 is #325757. Grayscale: #B3B3B3. Windows color (decimal): -3299160 or 11053261. OLE color: 11053261.
HSL color Cylindrical-coordinate representation of color #CDA8A8: hue angle of 0º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8A8 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 168 | 168 | - |
CMYK | 0 | 0.18 | 0.18 | 0.20 |
HSL | 0º | 0.27% | 0.73% | - |
HSV(B) | 0º | 0.18% | 0.8% | - |
XYZ | 46.25 | 43.81 | 43.06 | - |
YUV | 179.06 | 121.76 | 146.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 168 | 168 | 0 | 0.18 | 0.18 | 0.20 | 0 | 0.27 | 0.73 |
Hex | CD | A8 | A8 | 0 | 12 | 12 | 14 | 0 | 1B | 49 |
Octal | 315 | 250 | 250 | 0 | 22 | 22 | 24 | 0 | 33 | 111 |
Binary | 11001101 | 10101000 | 10101000 | 0 | 10010 | 10010 | 10100 | 0 | 11011 | 1001001 |
Color Harmonies of #CDA8A8
Complementary color
Monochromatic Colors of #CDA8A8
Black with #CDA8A8
Text Example
Text Example
White with #CDA8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8A8; }
p { color: rgb(205,168,168); }
H1.HeaderClassName
{
color: #CDA8A8;
}
.AnyTagClassName
{
color: #CDA8A8;
}
</style>
background-color css
<style>
a { background-color: #CDA8A8; }
a { background-color: rgb(205,168,168); }
div.DivClassName
{
background-color: #CDA8A8;
}
.BgClassName
{
background-color: #CDA8A8;
}
</style>
border-color css
<style>
span { border-color: #CDA8A8; }
span { border-color: rgb(205,168,168); }
td.TdClassName
{
border-color: #CDA8A8;
}
.TagClassName
{
border-color: #CDA8A8;
}
</style>