Shades of Careys Pink #CC9294
Tints of Careys Pink #CC9294
RGB
CMYK
RGB Variations
Color information
#CC9294 (or 0xCC9294) is known color: Careys Pink. HEX triplet: CC, 92 and 94. RGB value is (204,146,148). Sum of RGB (Red+Green+Blue) = 204+146+148=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9294 is #336D6B. Grayscale: #A3A3A3. Windows color (decimal): -3370348 or 9736908. OLE color: 9736908.
HSL color Cylindrical-coordinate representation of color #CC9294: hue angle of 357.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9294 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 148 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.2 |
| HSL | 357.93º | 0.36% | 0.69% | - |
| HSV(B) | 357.93º | 0.28% | 0.8% | - |
| XYZ | 40.53 | 35.53 | 32.74 | - |
| YUV | 163.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 148 | 0 | 0.28 | 0.27 | 0.2 | 357.93 | 0.36 | 0.69 |
| Hex | CC | 92 | 94 | 0 | 1C | 1B | 14 | 166 | 24 | 45 |
| Octal | 314 | 222 | 224 | 0 | 34 | 33 | 24 | 546 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10010100 | 0 | 11100 | 11011 | 10100 | 101100110 | 100100 | 1000101 |
Color Harmonies of #CC9294
Complementary color
Monochromatic Colors of #CC9294
Black with #CC9294
Text Example
Text Example
White with #CC9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9294; }
p { color: rgb(204,146,148); }
H1.HeaderClassName
{
color: #CC9294;
}
.AnyTagClassName
{
color: #CC9294;
}
</style>
background-color css
<style>
a { background-color: #CC9294; }
a { background-color: rgb(204,146,148); }
div.DivClassName
{
background-color: #CC9294;
}
.BgClassName
{
background-color: #CC9294;
}
</style>
border-color css
<style>
span { border-color: #CC9294; }
span { border-color: rgb(204,146,148); }
td.TdClassName
{
border-color: #CC9294;
}
.TagClassName
{
border-color: #CC9294;
}
</style>