Shades of Careys Pink #C8999D
Tints of Careys Pink #C8999D
RGB
CMYK
RGB Variations
Color information
#C8999D (or 0xC8999D) is known color: Careys Pink. HEX triplet: C8, 99 and 9D. RGB value is (200,153,157). Sum of RGB (Red+Green+Blue) = 200+153+157=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8999D is #376662. Grayscale: #A7A7A7. Windows color (decimal): -3630691 or 10328520. OLE color: 10328520.
HSL color Cylindrical-coordinate representation of color #C8999D: hue angle of 354.89º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8999D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 157 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.22 |
| HSL | 354.89º | 0.3% | 0.69% | - |
| HSV(B) | 354.89º | 0.24% | 0.78% | - |
| XYZ | 41.3 | 37.5 | 36.96 | - |
| YUV | 167.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 157 | 0 | 0.24 | 0.22 | 0.22 | 354.89 | 0.3 | 0.69 |
| Hex | C8 | 99 | 9D | 0 | 18 | 16 | 16 | 163 | 1E | 45 |
| Octal | 310 | 231 | 235 | 0 | 30 | 26 | 26 | 543 | 36 | 105 |
| Binary | 11001000 | 10011001 | 10011101 | 0 | 11000 | 10110 | 10110 | 101100011 | 11110 | 1000101 |
Color Harmonies of #C8999D
Complementary color
Monochromatic Colors of #C8999D
Black with #C8999D
Text Example
Text Example
White with #C8999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8999D; }
p { color: rgb(200,153,157); }
H1.HeaderClassName
{
color: #C8999D;
}
.AnyTagClassName
{
color: #C8999D;
}
</style>
background-color css
<style>
a { background-color: #C8999D; }
a { background-color: rgb(200,153,157); }
div.DivClassName
{
background-color: #C8999D;
}
.BgClassName
{
background-color: #C8999D;
}
</style>
border-color css
<style>
span { border-color: #C8999D; }
span { border-color: rgb(200,153,157); }
td.TdClassName
{
border-color: #C8999D;
}
.TagClassName
{
border-color: #C8999D;
}
</style>