Shades of Careys Pink #C69197
Tints of Careys Pink #C69197
RGB
CMYK
RGB Variations
Color information
#C69197 (or 0xC69197) is known color: Careys Pink. HEX triplet: C6, 91 and 97. RGB value is (198,145,151). Sum of RGB (Red+Green+Blue) = 198+145+151=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69197 is #396E68. Grayscale: #A1A1A1. Windows color (decimal): -3763817 or 9933254. OLE color: 9933254.
HSL color Cylindrical-coordinate representation of color #C69197: hue angle of 353.21º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69197 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 151 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.22 |
| HSL | 353.21º | 0.32% | 0.67% | - |
| HSV(B) | 353.21º | 0.27% | 0.78% | - |
| XYZ | 39 | 34.49 | 33.88 | - |
| YUV | 161.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 151 | 0 | 0.27 | 0.24 | 0.22 | 353.21 | 0.32 | 0.67 |
| Hex | C6 | 91 | 97 | 0 | 1B | 18 | 16 | 161 | 20 | 43 |
| Octal | 306 | 221 | 227 | 0 | 33 | 30 | 26 | 541 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10010111 | 0 | 11011 | 11000 | 10110 | 101100001 | 100000 | 1000011 |
Color Harmonies of #C69197
Complementary color
Monochromatic Colors of #C69197
Black with #C69197
Text Example
Text Example
White with #C69197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69197; }
p { color: rgb(198,145,151); }
H1.HeaderClassName
{
color: #C69197;
}
.AnyTagClassName
{
color: #C69197;
}
</style>
background-color css
<style>
a { background-color: #C69197; }
a { background-color: rgb(198,145,151); }
div.DivClassName
{
background-color: #C69197;
}
.BgClassName
{
background-color: #C69197;
}
</style>
border-color css
<style>
span { border-color: #C69197; }
span { border-color: rgb(198,145,151); }
td.TdClassName
{
border-color: #C69197;
}
.TagClassName
{
border-color: #C69197;
}
</style>