Shades of Careys Pink #C1989D
Tints of Careys Pink #C1989D
RGB
CMYK
RGB Variations
Color information
#C1989D (or 0xC1989D) is known color: Careys Pink. HEX triplet: C1, 98 and 9D. RGB value is (193,152,157). Sum of RGB (Red+Green+Blue) = 193+152+157=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1989D is #3E6762. Grayscale: #A4A4A4. Windows color (decimal): -4089699 or 10328257. OLE color: 10328257.
HSL color Cylindrical-coordinate representation of color #C1989D: hue angle of 352.68º 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 #C1989D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 157 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.24 |
| HSL | 352.68º | 0.25% | 0.68% | - |
| HSV(B) | 352.68º | 0.21% | 0.76% | - |
| XYZ | 39.31 | 36.23 | 36.82 | - |
| YUV | 164.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 157 | 0 | 0.21 | 0.19 | 0.24 | 352.68 | 0.25 | 0.68 |
| Hex | C1 | 98 | 9D | 0 | 15 | 13 | 18 | 161 | 19 | 44 |
| Octal | 301 | 230 | 235 | 0 | 25 | 23 | 30 | 541 | 31 | 104 |
| Binary | 11000001 | 10011000 | 10011101 | 0 | 10101 | 10011 | 11000 | 101100001 | 11001 | 1000100 |
Color Harmonies of #C1989D
Complementary color
Monochromatic Colors of #C1989D
Black with #C1989D
Text Example
Text Example
White with #C1989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1989D; }
p { color: rgb(193,152,157); }
H1.HeaderClassName
{
color: #C1989D;
}
.AnyTagClassName
{
color: #C1989D;
}
</style>
background-color css
<style>
a { background-color: #C1989D; }
a { background-color: rgb(193,152,157); }
div.DivClassName
{
background-color: #C1989D;
}
.BgClassName
{
background-color: #C1989D;
}
</style>
border-color css
<style>
span { border-color: #C1989D; }
span { border-color: rgb(193,152,157); }
td.TdClassName
{
border-color: #C1989D;
}
.TagClassName
{
border-color: #C1989D;
}
</style>