Shades of Careys Pink #C5969B
Tints of Careys Pink #C5969B
RGB
CMYK
RGB Variations
Color information
#C5969B (or 0xC5969B) is known color: Careys Pink. HEX triplet: C5, 96 and 9B. RGB value is (197,150,155). Sum of RGB (Red+Green+Blue) = 197+150+155=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5969B is #3A6964. Grayscale: #A4A4A4. Windows color (decimal): -3828069 or 10196677. OLE color: 10196677.
HSL color Cylindrical-coordinate representation of color #C5969B: hue angle of 353.62º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5969B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 155 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.23 |
| HSL | 353.62º | 0.29% | 0.68% | - |
| HSV(B) | 353.62º | 0.24% | 0.77% | - |
| XYZ | 39.85 | 36.05 | 35.87 | - |
| YUV | 164.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 155 | 0 | 0.24 | 0.21 | 0.23 | 353.62 | 0.29 | 0.68 |
| Hex | C5 | 96 | 9B | 0 | 18 | 15 | 17 | 162 | 1D | 44 |
| Octal | 305 | 226 | 233 | 0 | 30 | 25 | 27 | 542 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10011011 | 0 | 11000 | 10101 | 10111 | 101100010 | 11101 | 1000100 |
Color Harmonies of #C5969B
Complementary color
Monochromatic Colors of #C5969B
Black with #C5969B
Text Example
Text Example
White with #C5969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5969B; }
p { color: rgb(197,150,155); }
H1.HeaderClassName
{
color: #C5969B;
}
.AnyTagClassName
{
color: #C5969B;
}
</style>
background-color css
<style>
a { background-color: #C5969B; }
a { background-color: rgb(197,150,155); }
div.DivClassName
{
background-color: #C5969B;
}
.BgClassName
{
background-color: #C5969B;
}
</style>
border-color css
<style>
span { border-color: #C5969B; }
span { border-color: rgb(197,150,155); }
td.TdClassName
{
border-color: #C5969B;
}
.TagClassName
{
border-color: #C5969B;
}
</style>