Shades of Careys Pink #C69A9D
Tints of Careys Pink #C69A9D
RGB
CMYK
RGB Variations
Color information
#C69A9D (or 0xC69A9D) is known color: Careys Pink. HEX triplet: C6, 9A and 9D. RGB value is (198,154,157). Sum of RGB (Red+Green+Blue) = 198+154+157=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69A9D is #396562. Grayscale: #A7A7A7. Windows color (decimal): -3761507 or 10328774. OLE color: 10328774.
HSL color Cylindrical-coordinate representation of color #C69A9D: hue angle of 355.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69A9D is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 157 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.22 |
| HSL | 355.91º | 0.28% | 0.69% | - |
| HSV(B) | 355.91º | 0.22% | 0.78% | - |
| XYZ | 40.93 | 37.55 | 36.99 | - |
| YUV | 167.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 157 | 0 | 0.22 | 0.21 | 0.22 | 355.91 | 0.28 | 0.69 |
| Hex | C6 | 9A | 9D | 0 | 16 | 15 | 16 | 164 | 1C | 45 |
| Octal | 306 | 232 | 235 | 0 | 26 | 25 | 26 | 544 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10011101 | 0 | 10110 | 10101 | 10110 | 101100100 | 11100 | 1000101 |
Color Harmonies of #C69A9D
Complementary color
Monochromatic Colors of #C69A9D
Black with #C69A9D
Text Example
Text Example
White with #C69A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A9D; }
p { color: rgb(198,154,157); }
H1.HeaderClassName
{
color: #C69A9D;
}
.AnyTagClassName
{
color: #C69A9D;
}
</style>
background-color css
<style>
a { background-color: #C69A9D; }
a { background-color: rgb(198,154,157); }
div.DivClassName
{
background-color: #C69A9D;
}
.BgClassName
{
background-color: #C69A9D;
}
</style>
border-color css
<style>
span { border-color: #C69A9D; }
span { border-color: rgb(198,154,157); }
td.TdClassName
{
border-color: #C69A9D;
}
.TagClassName
{
border-color: #C69A9D;
}
</style>