Shades of Careys Pink #CD9192
Tints of Careys Pink #CD9192
RGB
CMYK
RGB Variations
Color information
#CD9192 (or 0xCD9192) is known color: Careys Pink. HEX triplet: CD, 91 and 92. RGB value is (205,145,146). Sum of RGB (Red+Green+Blue) = 205+145+146=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9192 is #326E6D. Grayscale: #A3A3A3. Windows color (decimal): -3305070 or 9605581. OLE color: 9605581.
HSL color Cylindrical-coordinate representation of color #CD9192: hue angle of 359º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9192 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 146 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.20 |
| HSL | 359º | 0.38% | 0.69% | - |
| HSV(B) | 359º | 0.29% | 0.8% | - |
| XYZ | 40.49 | 35.31 | 31.87 | - |
| YUV | 163.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 146 | 0 | 0.29 | 0.29 | 0.20 | 359 | 0.38 | 0.69 |
| Hex | CD | 91 | 92 | 0 | 1D | 1D | 14 | 167 | 26 | 45 |
| Octal | 315 | 221 | 222 | 0 | 35 | 35 | 24 | 547 | 46 | 105 |
| Binary | 11001101 | 10010001 | 10010010 | 0 | 11101 | 11101 | 10100 | 101100111 | 100110 | 1000101 |
Color Harmonies of #CD9192
Complementary color
Monochromatic Colors of #CD9192
Black with #CD9192
Text Example
Text Example
White with #CD9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9192; }
p { color: rgb(205,145,146); }
H1.HeaderClassName
{
color: #CD9192;
}
.AnyTagClassName
{
color: #CD9192;
}
</style>
background-color css
<style>
a { background-color: #CD9192; }
a { background-color: rgb(205,145,146); }
div.DivClassName
{
background-color: #CD9192;
}
.BgClassName
{
background-color: #CD9192;
}
</style>
border-color css
<style>
span { border-color: #CD9192; }
span { border-color: rgb(205,145,146); }
td.TdClassName
{
border-color: #CD9192;
}
.TagClassName
{
border-color: #CD9192;
}
</style>