Shades of Careys Pink #C1969B
Tints of Careys Pink #C1969B
RGB
CMYK
RGB Variations
Color information
#C1969B (or 0xC1969B) is known color: Careys Pink. HEX triplet: C1, 96 and 9B. RGB value is (193,150,155). Sum of RGB (Red+Green+Blue) = 193+150+155=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1969B is #3E6964. Grayscale: #A3A3A3. Windows color (decimal): -4090213 or 10196673. OLE color: 10196673.
HSL color Cylindrical-coordinate representation of color #C1969B: hue angle of 353.02º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1969B is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 155 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.24 |
| HSL | 353.02º | 0.26% | 0.67% | - |
| HSV(B) | 353.02º | 0.22% | 0.76% | - |
| XYZ | 38.82 | 35.52 | 35.82 | - |
| YUV | 163.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 155 | 0 | 0.22 | 0.20 | 0.24 | 353.02 | 0.26 | 0.67 |
| Hex | C1 | 96 | 9B | 0 | 16 | 14 | 18 | 161 | 1A | 43 |
| Octal | 301 | 226 | 233 | 0 | 26 | 24 | 30 | 541 | 32 | 103 |
| Binary | 11000001 | 10010110 | 10011011 | 0 | 10110 | 10100 | 11000 | 101100001 | 11010 | 1000011 |
Color Harmonies of #C1969B
Complementary color
Monochromatic Colors of #C1969B
Black with #C1969B
Text Example
Text Example
White with #C1969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1969B; }
p { color: rgb(193,150,155); }
H1.HeaderClassName
{
color: #C1969B;
}
.AnyTagClassName
{
color: #C1969B;
}
</style>
background-color css
<style>
a { background-color: #C1969B; }
a { background-color: rgb(193,150,155); }
div.DivClassName
{
background-color: #C1969B;
}
.BgClassName
{
background-color: #C1969B;
}
</style>
border-color css
<style>
span { border-color: #C1969B; }
span { border-color: rgb(193,150,155); }
td.TdClassName
{
border-color: #C1969B;
}
.TagClassName
{
border-color: #C1969B;
}
</style>