Shades of Careys Pink #CC9192
Tints of Careys Pink #CC9192
RGB
CMYK
RGB Variations
Color information
#CC9192 (or 0xCC9192) is known color: Careys Pink. HEX triplet: CC, 91 and 92. RGB value is (204,145,146). Sum of RGB (Red+Green+Blue) = 204+145+146=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9192 is #336E6D. Grayscale: #A2A2A2. Windows color (decimal): -3370606 or 9605580. OLE color: 9605580.
HSL color Cylindrical-coordinate representation of color #CC9192: hue angle of 358.98º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9192 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 146 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.2 |
| HSL | 358.98º | 0.37% | 0.68% | - |
| HSV(B) | 358.98º | 0.29% | 0.8% | - |
| XYZ | 40.22 | 35.16 | 31.86 | - |
| YUV | 162.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 146 | 0 | 0.29 | 0.28 | 0.2 | 358.98 | 0.37 | 0.68 |
| Hex | CC | 91 | 92 | 0 | 1D | 1C | 14 | 167 | 25 | 44 |
| Octal | 314 | 221 | 222 | 0 | 35 | 34 | 24 | 547 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10010010 | 0 | 11101 | 11100 | 10100 | 101100111 | 100101 | 1000100 |
Color Harmonies of #CC9192
Complementary color
Monochromatic Colors of #CC9192
Black with #CC9192
Text Example
Text Example
White with #CC9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9192; }
p { color: rgb(204,145,146); }
H1.HeaderClassName
{
color: #CC9192;
}
.AnyTagClassName
{
color: #CC9192;
}
</style>
background-color css
<style>
a { background-color: #CC9192; }
a { background-color: rgb(204,145,146); }
div.DivClassName
{
background-color: #CC9192;
}
.BgClassName
{
background-color: #CC9192;
}
</style>
border-color css
<style>
span { border-color: #CC9192; }
span { border-color: rgb(204,145,146); }
td.TdClassName
{
border-color: #CC9192;
}
.TagClassName
{
border-color: #CC9192;
}
</style>