Shades of Careys Pink #CEA3AF
Tints of Careys Pink #CEA3AF
RGB
CMYK
RGB Variations
Color information
#CEA3AF (or 0xCEA3AF) is known color: Careys Pink. HEX triplet: CE, A3 and AF. RGB value is (206,163,175). Sum of RGB (Red+Green+Blue) = 206+163+175=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA3AF is #315C50. Grayscale: #B1B1B1. Windows color (decimal): -3234897 or 11510734. OLE color: 11510734.
HSL color Cylindrical-coordinate representation of color #CEA3AF: hue angle of 343.26º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA3AF is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 175 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.19 |
| HSL | 343.26º | 0.3% | 0.72% | - |
| HSV(B) | 343.26º | 0.21% | 0.81% | - |
| XYZ | 46.29 | 42.41 | 46.3 | - |
| YUV | 177.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 175 | 0 | 0.21 | 0.15 | 0.19 | 343.26 | 0.3 | 0.72 |
| Hex | CE | A3 | AF | 0 | 15 | F | 13 | 157 | 1E | 48 |
| Octal | 316 | 243 | 257 | 0 | 25 | 17 | 23 | 527 | 36 | 110 |
| Binary | 11001110 | 10100011 | 10101111 | 0 | 10101 | 1111 | 10011 | 101010111 | 11110 | 1001000 |
Color Harmonies of #CEA3AF
Complementary color
Monochromatic Colors of #CEA3AF
Black with #CEA3AF
Text Example
Text Example
White with #CEA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3AF; }
p { color: rgb(206,163,175); }
H1.HeaderClassName
{
color: #CEA3AF;
}
.AnyTagClassName
{
color: #CEA3AF;
}
</style>
background-color css
<style>
a { background-color: #CEA3AF; }
a { background-color: rgb(206,163,175); }
div.DivClassName
{
background-color: #CEA3AF;
}
.BgClassName
{
background-color: #CEA3AF;
}
</style>
border-color css
<style>
span { border-color: #CEA3AF; }
span { border-color: rgb(206,163,175); }
td.TdClassName
{
border-color: #CEA3AF;
}
.TagClassName
{
border-color: #CEA3AF;
}
</style>