Shades of Careys Pink #C69091
Tints of Careys Pink #C69091
RGB
CMYK
RGB Variations
Color information
#C69091 (or 0xC69091) is known color: Careys Pink. HEX triplet: C6, 90 and 91. RGB value is (198,144,145). Sum of RGB (Red+Green+Blue) = 198+144+145=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C69091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69091 is #396F6E. Grayscale: #A0A0A0. Windows color (decimal): -3764079 or 9539782. OLE color: 9539782.
HSL color Cylindrical-coordinate representation of color #C69091: hue angle of 358.89º 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 #C69091 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 145 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.22 |
| HSL | 358.89º | 0.32% | 0.67% | - |
| HSV(B) | 358.89º | 0.27% | 0.78% | - |
| XYZ | 38.37 | 34 | 31.33 | - |
| YUV | 160.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 145 | 0 | 0.27 | 0.27 | 0.22 | 358.89 | 0.32 | 0.67 |
| Hex | C6 | 90 | 91 | 0 | 1B | 1B | 16 | 167 | 20 | 43 |
| Octal | 306 | 220 | 221 | 0 | 33 | 33 | 26 | 547 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10010001 | 0 | 11011 | 11011 | 10110 | 101100111 | 100000 | 1000011 |
Color Harmonies of #C69091
Complementary color
Monochromatic Colors of #C69091
Black with #C69091
Text Example
Text Example
White with #C69091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69091; }
p { color: rgb(198,144,145); }
H1.HeaderClassName
{
color: #C69091;
}
.AnyTagClassName
{
color: #C69091;
}
</style>
background-color css
<style>
a { background-color: #C69091; }
a { background-color: rgb(198,144,145); }
div.DivClassName
{
background-color: #C69091;
}
.BgClassName
{
background-color: #C69091;
}
</style>
border-color css
<style>
span { border-color: #C69091; }
span { border-color: rgb(198,144,145); }
td.TdClassName
{
border-color: #C69091;
}
.TagClassName
{
border-color: #C69091;
}
</style>