Shades of Careys Pink #CD8F90
Tints of Careys Pink #CD8F90
RGB
CMYK
RGB Variations
Color information
#CD8F90 (or 0xCD8F90) is known color: Careys Pink. HEX triplet: CD, 8F and 90. RGB value is (205,143,144). Sum of RGB (Red+Green+Blue) = 205+143+144=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F90 is #32706F. Grayscale: #A1A1A1. Windows color (decimal): -3305584 or 9473997. OLE color: 9473997.
HSL color Cylindrical-coordinate representation of color #CD8F90: hue angle of 359.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8F90 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 144 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.20 |
| HSL | 359.03º | 0.38% | 0.68% | - |
| HSV(B) | 359.03º | 0.3% | 0.8% | - |
| XYZ | 40.03 | 34.64 | 30.96 | - |
| YUV | 161.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 144 | 0 | 0.30 | 0.30 | 0.20 | 359.03 | 0.38 | 0.68 |
| Hex | CD | 8F | 90 | 0 | 1E | 1E | 14 | 167 | 26 | 44 |
| Octal | 315 | 217 | 220 | 0 | 36 | 36 | 24 | 547 | 46 | 104 |
| Binary | 11001101 | 10001111 | 10010000 | 0 | 11110 | 11110 | 10100 | 101100111 | 100110 | 1000100 |
Color Harmonies of #CD8F90
Complementary color
Monochromatic Colors of #CD8F90
Black with #CD8F90
Text Example
Text Example
White with #CD8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F90; }
p { color: rgb(205,143,144); }
H1.HeaderClassName
{
color: #CD8F90;
}
.AnyTagClassName
{
color: #CD8F90;
}
</style>
background-color css
<style>
a { background-color: #CD8F90; }
a { background-color: rgb(205,143,144); }
div.DivClassName
{
background-color: #CD8F90;
}
.BgClassName
{
background-color: #CD8F90;
}
</style>
border-color css
<style>
span { border-color: #CD8F90; }
span { border-color: rgb(205,143,144); }
td.TdClassName
{
border-color: #CD8F90;
}
.TagClassName
{
border-color: #CD8F90;
}
</style>