Shades of Careys Pink #C89DAA
Tints of Careys Pink #C89DAA
RGB
CMYK
RGB Variations
Color information
#C89DAA (or 0xC89DAA) is known color: Careys Pink. HEX triplet: C8, 9D and AA. RGB value is (200,157,170). Sum of RGB (Red+Green+Blue) = 200+157+170=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C89DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89DAA is #376255. Grayscale: #ABABAB. Windows color (decimal): -3629654 or 11181512. OLE color: 11181512.
HSL color Cylindrical-coordinate representation of color #C89DAA: hue angle of 341.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C89DAA is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 170 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.22 |
| HSL | 341.86º | 0.28% | 0.7% | - |
| HSV(B) | 341.86º | 0.22% | 0.78% | - |
| XYZ | 43.13 | 39.3 | 43.34 | - |
| YUV | 171.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 170 | 0 | 0.22 | 0.15 | 0.22 | 341.86 | 0.28 | 0.7 |
| Hex | C8 | 9D | AA | 0 | 16 | F | 16 | 156 | 1C | 46 |
| Octal | 310 | 235 | 252 | 0 | 26 | 17 | 26 | 526 | 34 | 106 |
| Binary | 11001000 | 10011101 | 10101010 | 0 | 10110 | 1111 | 10110 | 101010110 | 11100 | 1000110 |
Color Harmonies of #C89DAA
Complementary color
Monochromatic Colors of #C89DAA
Black with #C89DAA
Text Example
Text Example
White with #C89DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DAA; }
p { color: rgb(200,157,170); }
H1.HeaderClassName
{
color: #C89DAA;
}
.AnyTagClassName
{
color: #C89DAA;
}
</style>
background-color css
<style>
a { background-color: #C89DAA; }
a { background-color: rgb(200,157,170); }
div.DivClassName
{
background-color: #C89DAA;
}
.BgClassName
{
background-color: #C89DAA;
}
</style>
border-color css
<style>
span { border-color: #C89DAA; }
span { border-color: rgb(200,157,170); }
td.TdClassName
{
border-color: #C89DAA;
}
.TagClassName
{
border-color: #C89DAA;
}
</style>