Shades of Careys Pink #C89B9D
Tints of Careys Pink #C89B9D
RGB
CMYK
RGB Variations
Color information
#C89B9D (or 0xC89B9D) is known color: Careys Pink. HEX triplet: C8, 9B and 9D. RGB value is (200,155,157). Sum of RGB (Red+Green+Blue) = 200+155+157=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B9D is #376462. Grayscale: #A8A8A8. Windows color (decimal): -3630179 or 10329032. OLE color: 10329032.
HSL color Cylindrical-coordinate representation of color #C89B9D: hue angle of 357.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89B9D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 157 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.22 |
| HSL | 357.33º | 0.29% | 0.7% | - |
| HSV(B) | 357.33º | 0.23% | 0.78% | - |
| XYZ | 41.63 | 38.16 | 37.07 | - |
| YUV | 168.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 157 | 0 | 0.22 | 0.22 | 0.22 | 357.33 | 0.29 | 0.7 |
| Hex | C8 | 9B | 9D | 0 | 16 | 16 | 16 | 165 | 1D | 46 |
| Octal | 310 | 233 | 235 | 0 | 26 | 26 | 26 | 545 | 35 | 106 |
| Binary | 11001000 | 10011011 | 10011101 | 0 | 10110 | 10110 | 10110 | 101100101 | 11101 | 1000110 |
Color Harmonies of #C89B9D
Complementary color
Monochromatic Colors of #C89B9D
Black with #C89B9D
Text Example
Text Example
White with #C89B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B9D; }
p { color: rgb(200,155,157); }
H1.HeaderClassName
{
color: #C89B9D;
}
.AnyTagClassName
{
color: #C89B9D;
}
</style>
background-color css
<style>
a { background-color: #C89B9D; }
a { background-color: rgb(200,155,157); }
div.DivClassName
{
background-color: #C89B9D;
}
.BgClassName
{
background-color: #C89B9D;
}
</style>
border-color css
<style>
span { border-color: #C89B9D; }
span { border-color: rgb(200,155,157); }
td.TdClassName
{
border-color: #C89B9D;
}
.TagClassName
{
border-color: #C89B9D;
}
</style>