Shades of Careys Pink #C89C9D
Tints of Careys Pink #C89C9D
RGB
CMYK
RGB Variations
Color information
#C89C9D (or 0xC89C9D) is known color: Careys Pink. HEX triplet: C8, 9C and 9D. RGB value is (200,156,157). Sum of RGB (Red+Green+Blue) = 200+156+157=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C9D is #376362. Grayscale: #A9A9A9. Windows color (decimal): -3629923 or 10329288. OLE color: 10329288.
HSL color Cylindrical-coordinate representation of color #C89C9D: hue angle of 358.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C89C9D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 157 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.22 |
| HSL | 358.64º | 0.29% | 0.7% | - |
| HSV(B) | 358.64º | 0.22% | 0.78% | - |
| XYZ | 41.79 | 38.49 | 37.12 | - |
| YUV | 169.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 157 | 0 | 0.22 | 0.22 | 0.22 | 358.64 | 0.29 | 0.7 |
| Hex | C8 | 9C | 9D | 0 | 16 | 16 | 16 | 167 | 1D | 46 |
| Octal | 310 | 234 | 235 | 0 | 26 | 26 | 26 | 547 | 35 | 106 |
| Binary | 11001000 | 10011100 | 10011101 | 0 | 10110 | 10110 | 10110 | 101100111 | 11101 | 1000110 |
Color Harmonies of #C89C9D
Complementary color
Monochromatic Colors of #C89C9D
Black with #C89C9D
Text Example
Text Example
White with #C89C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C9D; }
p { color: rgb(200,156,157); }
H1.HeaderClassName
{
color: #C89C9D;
}
.AnyTagClassName
{
color: #C89C9D;
}
</style>
background-color css
<style>
a { background-color: #C89C9D; }
a { background-color: rgb(200,156,157); }
div.DivClassName
{
background-color: #C89C9D;
}
.BgClassName
{
background-color: #C89C9D;
}
</style>
border-color css
<style>
span { border-color: #C89C9D; }
span { border-color: rgb(200,156,157); }
td.TdClassName
{
border-color: #C89C9D;
}
.TagClassName
{
border-color: #C89C9D;
}
</style>