Shades of Careys Pink #CA979F
Tints of Careys Pink #CA979F
RGB
CMYK
RGB Variations
Color information
#CA979F (or 0xCA979F) is known color: Careys Pink. HEX triplet: CA, 97 and 9F. RGB value is (202,151,159). Sum of RGB (Red+Green+Blue) = 202+151+159=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA979F is #356860. Grayscale: #A7A7A7. Windows color (decimal): -3500129 or 10459082. OLE color: 10459082.
HSL color Cylindrical-coordinate representation of color #CA979F: hue angle of 350.59º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA979F is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 159 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.21 |
| HSL | 350.59º | 0.32% | 0.69% | - |
| HSV(B) | 350.59º | 0.25% | 0.79% | - |
| XYZ | 41.68 | 37.19 | 37.78 | - |
| YUV | 167.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 159 | 0 | 0.25 | 0.21 | 0.21 | 350.59 | 0.32 | 0.69 |
| Hex | CA | 97 | 9F | 0 | 19 | 15 | 15 | 15F | 20 | 45 |
| Octal | 312 | 227 | 237 | 0 | 31 | 25 | 25 | 537 | 40 | 105 |
| Binary | 11001010 | 10010111 | 10011111 | 0 | 11001 | 10101 | 10101 | 101011111 | 100000 | 1000101 |
Color Harmonies of #CA979F
Complementary color
Monochromatic Colors of #CA979F
Black with #CA979F
Text Example
Text Example
White with #CA979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA979F; }
p { color: rgb(202,151,159); }
H1.HeaderClassName
{
color: #CA979F;
}
.AnyTagClassName
{
color: #CA979F;
}
</style>
background-color css
<style>
a { background-color: #CA979F; }
a { background-color: rgb(202,151,159); }
div.DivClassName
{
background-color: #CA979F;
}
.BgClassName
{
background-color: #CA979F;
}
</style>
border-color css
<style>
span { border-color: #CA979F; }
span { border-color: rgb(202,151,159); }
td.TdClassName
{
border-color: #CA979F;
}
.TagClassName
{
border-color: #CA979F;
}
</style>