Shades of Careys Pink #C1A5AD
Tints of Careys Pink #C1A5AD
RGB
CMYK
RGB Variations
Color information
#C1A5AD (or 0xC1A5AD) is known color: Careys Pink. HEX triplet: C1, A5 and AD. RGB value is (193,165,173). Sum of RGB (Red+Green+Blue) = 193+165+173=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A5AD is #3E5A52. Grayscale: #AEAEAE. Windows color (decimal): -4086355 or 11380161. OLE color: 11380161.
HSL color Cylindrical-coordinate representation of color #C1A5AD: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A5AD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 173 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.24 |
| HSL | 342.86º | 0.18% | 0.7% | - |
| HSV(B) | 342.86º | 0.15% | 0.76% | - |
| XYZ | 42.99 | 41.26 | 45.23 | - |
| YUV | 174.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 173 | 0 | 0.15 | 0.10 | 0.24 | 342.86 | 0.18 | 0.7 |
| Hex | C1 | A5 | AD | 0 | F | A | 18 | 157 | 12 | 46 |
| Octal | 301 | 245 | 255 | 0 | 17 | 12 | 30 | 527 | 22 | 106 |
| Binary | 11000001 | 10100101 | 10101101 | 0 | 1111 | 1010 | 11000 | 101010111 | 10010 | 1000110 |
Color Harmonies of #C1A5AD
Complementary color
Monochromatic Colors of #C1A5AD
Black with #C1A5AD
Text Example
Text Example
White with #C1A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A5AD; }
p { color: rgb(193,165,173); }
H1.HeaderClassName
{
color: #C1A5AD;
}
.AnyTagClassName
{
color: #C1A5AD;
}
</style>
background-color css
<style>
a { background-color: #C1A5AD; }
a { background-color: rgb(193,165,173); }
div.DivClassName
{
background-color: #C1A5AD;
}
.BgClassName
{
background-color: #C1A5AD;
}
</style>
border-color css
<style>
span { border-color: #C1A5AD; }
span { border-color: rgb(193,165,173); }
td.TdClassName
{
border-color: #C1A5AD;
}
.TagClassName
{
border-color: #C1A5AD;
}
</style>