Shades of Careys Pink #C5969C
Tints of Careys Pink #C5969C
RGB
CMYK
RGB Variations
Color information
#C5969C (or 0xC5969C) is known color: Careys Pink. HEX triplet: C5, 96 and 9C. RGB value is (197,150,156). Sum of RGB (Red+Green+Blue) = 197+150+156=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5969C is #3A6963. Grayscale: #A4A4A4. Windows color (decimal): -3828068 or 10262213. OLE color: 10262213.
HSL color Cylindrical-coordinate representation of color #C5969C: hue angle of 352.34º 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 #C5969C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 156 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.23 |
| HSL | 352.34º | 0.29% | 0.68% | - |
| HSV(B) | 352.34º | 0.24% | 0.77% | - |
| XYZ | 39.93 | 36.08 | 36.31 | - |
| YUV | 164.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 156 | 0 | 0.24 | 0.21 | 0.23 | 352.34 | 0.29 | 0.68 |
| Hex | C5 | 96 | 9C | 0 | 18 | 15 | 17 | 160 | 1D | 44 |
| Octal | 305 | 226 | 234 | 0 | 30 | 25 | 27 | 540 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10011100 | 0 | 11000 | 10101 | 10111 | 101100000 | 11101 | 1000100 |
Color Harmonies of #C5969C
Complementary color
Monochromatic Colors of #C5969C
Black with #C5969C
Text Example
Text Example
White with #C5969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5969C; }
p { color: rgb(197,150,156); }
H1.HeaderClassName
{
color: #C5969C;
}
.AnyTagClassName
{
color: #C5969C;
}
</style>
background-color css
<style>
a { background-color: #C5969C; }
a { background-color: rgb(197,150,156); }
div.DivClassName
{
background-color: #C5969C;
}
.BgClassName
{
background-color: #C5969C;
}
</style>
border-color css
<style>
span { border-color: #C5969C; }
span { border-color: rgb(197,150,156); }
td.TdClassName
{
border-color: #C5969C;
}
.TagClassName
{
border-color: #C5969C;
}
</style>