Shades of Cold Turkey #CAAEAD
Tints of Cold Turkey #CAAEAD
RGB
CMYK
RGB Variations
Color information
#CAAEAD (or 0xCAAEAD) is known color: Cold Turkey. HEX triplet: CA, AE and AD. RGB value is (202,174,173). Sum of RGB (Red+Green+Blue) = 202+174+173=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEAD is #355152. Grayscale: #B6B6B6. Windows color (decimal): -3494227 or 11382474. OLE color: 11382474.
HSL color Cylindrical-coordinate representation of color #CAAEAD: hue angle of 2.07º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEAD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 173 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.21 |
| HSL | 2.07º | 0.21% | 0.74% | - |
| HSV(B) | 2.07º | 0.14% | 0.79% | - |
| XYZ | 47.04 | 45.85 | 45.91 | - |
| YUV | 182.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 173 | 0 | 0.14 | 0.14 | 0.21 | 2.07 | 0.21 | 0.74 |
| Hex | CA | AE | AD | 0 | E | E | 15 | 2 | 15 | 4A |
| Octal | 312 | 256 | 255 | 0 | 16 | 16 | 25 | 2 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10101101 | 0 | 1110 | 1110 | 10101 | 10 | 10101 | 1001010 |
Color Harmonies of #CAAEAD
Complementary color
Monochromatic Colors of #CAAEAD
Black with #CAAEAD
Text Example
Text Example
White with #CAAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEAD; }
p { color: rgb(202,174,173); }
H1.HeaderClassName
{
color: #CAAEAD;
}
.AnyTagClassName
{
color: #CAAEAD;
}
</style>
background-color css
<style>
a { background-color: #CAAEAD; }
a { background-color: rgb(202,174,173); }
div.DivClassName
{
background-color: #CAAEAD;
}
.BgClassName
{
background-color: #CAAEAD;
}
</style>
border-color css
<style>
span { border-color: #CAAEAD; }
span { border-color: rgb(202,174,173); }
td.TdClassName
{
border-color: #CAAEAD;
}
.TagClassName
{
border-color: #CAAEAD;
}
</style>