Shades of Careys Pink #C69DA8
Tints of Careys Pink #C69DA8
RGB
CMYK
RGB Variations
Color information
#C69DA8 (or 0xC69DA8) is known color: Careys Pink. HEX triplet: C6, 9D and A8. RGB value is (198,157,168). Sum of RGB (Red+Green+Blue) = 198+157+168=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DA8 is #396257. Grayscale: #AAAAAA. Windows color (decimal): -3760728 or 11050438. OLE color: 11050438.
HSL color Cylindrical-coordinate representation of color #C69DA8: hue angle of 343.9º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DA8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 168 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.22 |
| HSL | 343.9º | 0.26% | 0.7% | - |
| HSV(B) | 343.9º | 0.21% | 0.78% | - |
| XYZ | 42.41 | 38.95 | 42.33 | - |
| YUV | 170.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 168 | 0 | 0.21 | 0.15 | 0.22 | 343.9 | 0.26 | 0.7 |
| Hex | C6 | 9D | A8 | 0 | 15 | F | 16 | 158 | 1A | 46 |
| Octal | 306 | 235 | 250 | 0 | 25 | 17 | 26 | 530 | 32 | 106 |
| Binary | 11000110 | 10011101 | 10101000 | 0 | 10101 | 1111 | 10110 | 101011000 | 11010 | 1000110 |
Color Harmonies of #C69DA8
Complementary color
Monochromatic Colors of #C69DA8
Black with #C69DA8
Text Example
Text Example
White with #C69DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DA8; }
p { color: rgb(198,157,168); }
H1.HeaderClassName
{
color: #C69DA8;
}
.AnyTagClassName
{
color: #C69DA8;
}
</style>
background-color css
<style>
a { background-color: #C69DA8; }
a { background-color: rgb(198,157,168); }
div.DivClassName
{
background-color: #C69DA8;
}
.BgClassName
{
background-color: #C69DA8;
}
</style>
border-color css
<style>
span { border-color: #C69DA8; }
span { border-color: rgb(198,157,168); }
td.TdClassName
{
border-color: #C69DA8;
}
.TagClassName
{
border-color: #C69DA8;
}
</style>