Shades of Careys Pink #CC9499
Tints of Careys Pink #CC9499
RGB
CMYK
RGB Variations
Color information
#CC9499 (or 0xCC9499) is known color: Careys Pink. HEX triplet: CC, 94 and 99. RGB value is (204,148,153). Sum of RGB (Red+Green+Blue) = 204+148+153=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9499 is #336B66. Grayscale: #A5A5A5. Windows color (decimal): -3369831 or 10065100. OLE color: 10065100.
HSL color Cylindrical-coordinate representation of color #CC9499: hue angle of 354.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9499 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 153 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.2 |
| HSL | 354.64º | 0.35% | 0.69% | - |
| HSV(B) | 354.64º | 0.27% | 0.8% | - |
| XYZ | 41.24 | 36.32 | 34.97 | - |
| YUV | 165.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 153 | 0 | 0.27 | 0.25 | 0.2 | 354.64 | 0.35 | 0.69 |
| Hex | CC | 94 | 99 | 0 | 1B | 19 | 14 | 163 | 23 | 45 |
| Octal | 314 | 224 | 231 | 0 | 33 | 31 | 24 | 543 | 43 | 105 |
| Binary | 11001100 | 10010100 | 10011001 | 0 | 11011 | 11001 | 10100 | 101100011 | 100011 | 1000101 |
Color Harmonies of #CC9499
Complementary color
Monochromatic Colors of #CC9499
Black with #CC9499
Text Example
Text Example
White with #CC9499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9499; }
p { color: rgb(204,148,153); }
H1.HeaderClassName
{
color: #CC9499;
}
.AnyTagClassName
{
color: #CC9499;
}
</style>
background-color css
<style>
a { background-color: #CC9499; }
a { background-color: rgb(204,148,153); }
div.DivClassName
{
background-color: #CC9499;
}
.BgClassName
{
background-color: #CC9499;
}
</style>
border-color css
<style>
span { border-color: #CC9499; }
span { border-color: rgb(204,148,153); }
td.TdClassName
{
border-color: #CC9499;
}
.TagClassName
{
border-color: #CC9499;
}
</style>