Shades of Careys Pink #C6969E
Tints of Careys Pink #C6969E
RGB
CMYK
RGB Variations
Color information
#C6969E (or 0xC6969E) is known color: Careys Pink. HEX triplet: C6, 96 and 9E. RGB value is (198,150,158). Sum of RGB (Red+Green+Blue) = 198+150+158=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6969E is #396961. Grayscale: #A5A5A5. Windows color (decimal): -3762530 or 10393286. OLE color: 10393286.
HSL color Cylindrical-coordinate representation of color #C6969E: hue angle of 350º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6969E is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 158 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.22 |
| HSL | 350º | 0.3% | 0.68% | - |
| HSV(B) | 350º | 0.24% | 0.78% | - |
| XYZ | 40.37 | 36.29 | 37.22 | - |
| YUV | 165.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 158 | 0 | 0.24 | 0.20 | 0.22 | 350 | 0.3 | 0.68 |
| Hex | C6 | 96 | 9E | 0 | 18 | 14 | 16 | 15E | 1E | 44 |
| Octal | 306 | 226 | 236 | 0 | 30 | 24 | 26 | 536 | 36 | 104 |
| Binary | 11000110 | 10010110 | 10011110 | 0 | 11000 | 10100 | 10110 | 101011110 | 11110 | 1000100 |
Color Harmonies of #C6969E
Complementary color
Monochromatic Colors of #C6969E
Black with #C6969E
Text Example
Text Example
White with #C6969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6969E; }
p { color: rgb(198,150,158); }
H1.HeaderClassName
{
color: #C6969E;
}
.AnyTagClassName
{
color: #C6969E;
}
</style>
background-color css
<style>
a { background-color: #C6969E; }
a { background-color: rgb(198,150,158); }
div.DivClassName
{
background-color: #C6969E;
}
.BgClassName
{
background-color: #C6969E;
}
</style>
border-color css
<style>
span { border-color: #C6969E; }
span { border-color: rgb(198,150,158); }
td.TdClassName
{
border-color: #C6969E;
}
.TagClassName
{
border-color: #C6969E;
}
</style>