Shades of Careys Pink #C1989C
Tints of Careys Pink #C1989C
RGB
CMYK
RGB Variations
Color information
#C1989C (or 0xC1989C) is known color: Careys Pink. HEX triplet: C1, 98 and 9C. RGB value is (193,152,156). Sum of RGB (Red+Green+Blue) = 193+152+156=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1989C is #3E6763. Grayscale: #A4A4A4. Windows color (decimal): -4089700 or 10262721. OLE color: 10262721.
HSL color Cylindrical-coordinate representation of color #C1989C: hue angle of 354.15º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1989C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 156 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.24 |
| HSL | 354.15º | 0.25% | 0.68% | - |
| HSV(B) | 354.15º | 0.21% | 0.76% | - |
| XYZ | 39.22 | 36.19 | 36.37 | - |
| YUV | 164.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 156 | 0 | 0.21 | 0.19 | 0.24 | 354.15 | 0.25 | 0.68 |
| Hex | C1 | 98 | 9C | 0 | 15 | 13 | 18 | 162 | 19 | 44 |
| Octal | 301 | 230 | 234 | 0 | 25 | 23 | 30 | 542 | 31 | 104 |
| Binary | 11000001 | 10011000 | 10011100 | 0 | 10101 | 10011 | 11000 | 101100010 | 11001 | 1000100 |
Color Harmonies of #C1989C
Complementary color
Monochromatic Colors of #C1989C
Black with #C1989C
Text Example
Text Example
White with #C1989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1989C; }
p { color: rgb(193,152,156); }
H1.HeaderClassName
{
color: #C1989C;
}
.AnyTagClassName
{
color: #C1989C;
}
</style>
background-color css
<style>
a { background-color: #C1989C; }
a { background-color: rgb(193,152,156); }
div.DivClassName
{
background-color: #C1989C;
}
.BgClassName
{
background-color: #C1989C;
}
</style>
border-color css
<style>
span { border-color: #C1989C; }
span { border-color: rgb(193,152,156); }
td.TdClassName
{
border-color: #C1989C;
}
.TagClassName
{
border-color: #C1989C;
}
</style>