Shades of Careys Pink #C69499
Tints of Careys Pink #C69499
RGB
CMYK
RGB Variations
Color information
#C69499 (or 0xC69499) is known color: Careys Pink. HEX triplet: C6, 94 and 99. RGB value is (198,148,153). Sum of RGB (Red+Green+Blue) = 198+148+153=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C69499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69499 is #396B66. Grayscale: #A3A3A3. Windows color (decimal): -3763047 or 10065094. OLE color: 10065094.
HSL color Cylindrical-coordinate representation of color #C69499: hue angle of 354º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69499 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 153 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.22 |
| HSL | 354º | 0.3% | 0.68% | - |
| HSV(B) | 354º | 0.25% | 0.78% | - |
| XYZ | 39.63 | 35.49 | 34.9 | - |
| YUV | 163.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 153 | 0 | 0.25 | 0.23 | 0.22 | 354 | 0.3 | 0.68 |
| Hex | C6 | 94 | 99 | 0 | 19 | 17 | 16 | 162 | 1E | 44 |
| Octal | 306 | 224 | 231 | 0 | 31 | 27 | 26 | 542 | 36 | 104 |
| Binary | 11000110 | 10010100 | 10011001 | 0 | 11001 | 10111 | 10110 | 101100010 | 11110 | 1000100 |
Color Harmonies of #C69499
Complementary color
Monochromatic Colors of #C69499
Black with #C69499
Text Example
Text Example
White with #C69499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69499; }
p { color: rgb(198,148,153); }
H1.HeaderClassName
{
color: #C69499;
}
.AnyTagClassName
{
color: #C69499;
}
</style>
background-color css
<style>
a { background-color: #C69499; }
a { background-color: rgb(198,148,153); }
div.DivClassName
{
background-color: #C69499;
}
.BgClassName
{
background-color: #C69499;
}
</style>
border-color css
<style>
span { border-color: #C69499; }
span { border-color: rgb(198,148,153); }
td.TdClassName
{
border-color: #C69499;
}
.TagClassName
{
border-color: #C69499;
}
</style>