Shades of Careys Pink #C69295
Tints of Careys Pink #C69295
RGB
CMYK
RGB Variations
Color information
#C69295 (or 0xC69295) is known color: Careys Pink. HEX triplet: C6, 92 and 95. RGB value is (198,146,149). Sum of RGB (Red+Green+Blue) = 198+146+149=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69295 is #396D6A. Grayscale: #A1A1A1. Windows color (decimal): -3763563 or 9802438. OLE color: 9802438.
HSL color Cylindrical-coordinate representation of color #C69295: hue angle of 356.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69295 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 149 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.22 |
| HSL | 356.54º | 0.31% | 0.67% | - |
| HSV(B) | 356.54º | 0.26% | 0.78% | - |
| XYZ | 38.99 | 34.73 | 33.08 | - |
| YUV | 161.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 149 | 0 | 0.26 | 0.25 | 0.22 | 356.54 | 0.31 | 0.67 |
| Hex | C6 | 92 | 95 | 0 | 1A | 19 | 16 | 165 | 1F | 43 |
| Octal | 306 | 222 | 225 | 0 | 32 | 31 | 26 | 545 | 37 | 103 |
| Binary | 11000110 | 10010010 | 10010101 | 0 | 11010 | 11001 | 10110 | 101100101 | 11111 | 1000011 |
Color Harmonies of #C69295
Complementary color
Monochromatic Colors of #C69295
Black with #C69295
Text Example
Text Example
White with #C69295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69295; }
p { color: rgb(198,146,149); }
H1.HeaderClassName
{
color: #C69295;
}
.AnyTagClassName
{
color: #C69295;
}
</style>
background-color css
<style>
a { background-color: #C69295; }
a { background-color: rgb(198,146,149); }
div.DivClassName
{
background-color: #C69295;
}
.BgClassName
{
background-color: #C69295;
}
</style>
border-color css
<style>
span { border-color: #C69295; }
span { border-color: rgb(198,146,149); }
td.TdClassName
{
border-color: #C69295;
}
.TagClassName
{
border-color: #C69295;
}
</style>