Shades of Careys Pink #C6999D
Tints of Careys Pink #C6999D
RGB
CMYK
RGB Variations
Color information
#C6999D (or 0xC6999D) is known color: Careys Pink. HEX triplet: C6, 99 and 9D. RGB value is (198,153,157). Sum of RGB (Red+Green+Blue) = 198+153+157=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6999D is #396662. Grayscale: #A6A6A6. Windows color (decimal): -3761763 or 10328518. OLE color: 10328518.
HSL color Cylindrical-coordinate representation of color #C6999D: hue angle of 354.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6999D is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 157 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.22 |
| HSL | 354.67º | 0.28% | 0.69% | - |
| HSV(B) | 354.67º | 0.23% | 0.78% | - |
| XYZ | 40.77 | 37.22 | 36.93 | - |
| YUV | 166.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 157 | 0 | 0.23 | 0.21 | 0.22 | 354.67 | 0.28 | 0.69 |
| Hex | C6 | 99 | 9D | 0 | 17 | 15 | 16 | 163 | 1C | 45 |
| Octal | 306 | 231 | 235 | 0 | 27 | 25 | 26 | 543 | 34 | 105 |
| Binary | 11000110 | 10011001 | 10011101 | 0 | 10111 | 10101 | 10110 | 101100011 | 11100 | 1000101 |
Color Harmonies of #C6999D
Complementary color
Monochromatic Colors of #C6999D
Black with #C6999D
Text Example
Text Example
White with #C6999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6999D; }
p { color: rgb(198,153,157); }
H1.HeaderClassName
{
color: #C6999D;
}
.AnyTagClassName
{
color: #C6999D;
}
</style>
background-color css
<style>
a { background-color: #C6999D; }
a { background-color: rgb(198,153,157); }
div.DivClassName
{
background-color: #C6999D;
}
.BgClassName
{
background-color: #C6999D;
}
</style>
border-color css
<style>
span { border-color: #C6999D; }
span { border-color: rgb(198,153,157); }
td.TdClassName
{
border-color: #C6999D;
}
.TagClassName
{
border-color: #C6999D;
}
</style>