Shades of Careys Pink #CEA3A7
Tints of Careys Pink #CEA3A7
RGB
CMYK
RGB Variations
Color information
#CEA3A7 (or 0xCEA3A7) is known color: Careys Pink. HEX triplet: CE, A3 and A7. RGB value is (206,163,167). Sum of RGB (Red+Green+Blue) = 206+163+167=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA3A7 is #315C58. Grayscale: #B0B0B0. Windows color (decimal): -3234905 or 10986446. OLE color: 10986446.
HSL color Cylindrical-coordinate representation of color #CEA3A7: hue angle of 354.42º 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 #CEA3A7 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 167 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.19 |
| HSL | 354.42º | 0.3% | 0.72% | - |
| HSV(B) | 354.42º | 0.21% | 0.81% | - |
| XYZ | 45.53 | 42.11 | 42.29 | - |
| YUV | 176.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 167 | 0 | 0.21 | 0.19 | 0.19 | 354.42 | 0.3 | 0.72 |
| Hex | CE | A3 | A7 | 0 | 15 | 13 | 13 | 162 | 1E | 48 |
| Octal | 316 | 243 | 247 | 0 | 25 | 23 | 23 | 542 | 36 | 110 |
| Binary | 11001110 | 10100011 | 10100111 | 0 | 10101 | 10011 | 10011 | 101100010 | 11110 | 1001000 |
Color Harmonies of #CEA3A7
Complementary color
Monochromatic Colors of #CEA3A7
Black with #CEA3A7
Text Example
Text Example
White with #CEA3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3A7; }
p { color: rgb(206,163,167); }
H1.HeaderClassName
{
color: #CEA3A7;
}
.AnyTagClassName
{
color: #CEA3A7;
}
</style>
background-color css
<style>
a { background-color: #CEA3A7; }
a { background-color: rgb(206,163,167); }
div.DivClassName
{
background-color: #CEA3A7;
}
.BgClassName
{
background-color: #CEA3A7;
}
</style>
border-color css
<style>
span { border-color: #CEA3A7; }
span { border-color: rgb(206,163,167); }
td.TdClassName
{
border-color: #CEA3A7;
}
.TagClassName
{
border-color: #CEA3A7;
}
</style>