Shades of Careys Pink #CC98A5
Tints of Careys Pink #CC98A5
RGB
CMYK
RGB Variations
Color information
#CC98A5 (or 0xCC98A5) is known color: Careys Pink. HEX triplet: CC, 98 and A5. RGB value is (204,152,165). Sum of RGB (Red+Green+Blue) = 204+152+165=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98A5 is #33675A. Grayscale: #A9A9A9. Windows color (decimal): -3368795 or 10852556. OLE color: 10852556.
HSL color Cylindrical-coordinate representation of color #CC98A5: hue angle of 345º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98A5 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 165 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.2 |
| HSL | 345º | 0.34% | 0.7% | - |
| HSV(B) | 345º | 0.25% | 0.8% | - |
| XYZ | 42.92 | 38.01 | 40.67 | - |
| YUV | 169.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 165 | 0 | 0.25 | 0.19 | 0.2 | 345 | 0.34 | 0.7 |
| Hex | CC | 98 | A5 | 0 | 19 | 13 | 14 | 159 | 22 | 46 |
| Octal | 314 | 230 | 245 | 0 | 31 | 23 | 24 | 531 | 42 | 106 |
| Binary | 11001100 | 10011000 | 10100101 | 0 | 11001 | 10011 | 10100 | 101011001 | 100010 | 1000110 |
Color Harmonies of #CC98A5
Complementary color
Monochromatic Colors of #CC98A5
Black with #CC98A5
Text Example
Text Example
White with #CC98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98A5; }
p { color: rgb(204,152,165); }
H1.HeaderClassName
{
color: #CC98A5;
}
.AnyTagClassName
{
color: #CC98A5;
}
</style>
background-color css
<style>
a { background-color: #CC98A5; }
a { background-color: rgb(204,152,165); }
div.DivClassName
{
background-color: #CC98A5;
}
.BgClassName
{
background-color: #CC98A5;
}
</style>
border-color css
<style>
span { border-color: #CC98A5; }
span { border-color: rgb(204,152,165); }
td.TdClassName
{
border-color: #CC98A5;
}
.TagClassName
{
border-color: #CC98A5;
}
</style>