Shades of Careys Pink #CA939D
Tints of Careys Pink #CA939D
RGB
CMYK
RGB Variations
Color information
#CA939D (or 0xCA939D) is known color: Careys Pink. HEX triplet: CA, 93 and 9D. RGB value is (202,147,157). Sum of RGB (Red+Green+Blue) = 202+147+157=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA939D is #356C62. Grayscale: #A4A4A4. Windows color (decimal): -3501155 or 10326986. OLE color: 10326986.
HSL color Cylindrical-coordinate representation of color #CA939D: hue angle of 349.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA939D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 157 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.21 |
| HSL | 349.09º | 0.34% | 0.68% | - |
| HSV(B) | 349.09º | 0.27% | 0.79% | - |
| XYZ | 40.88 | 35.86 | 36.67 | - |
| YUV | 164.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 157 | 0 | 0.27 | 0.22 | 0.21 | 349.09 | 0.34 | 0.68 |
| Hex | CA | 93 | 9D | 0 | 1B | 16 | 15 | 15D | 22 | 44 |
| Octal | 312 | 223 | 235 | 0 | 33 | 26 | 25 | 535 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10011101 | 0 | 11011 | 10110 | 10101 | 101011101 | 100010 | 1000100 |
Color Harmonies of #CA939D
Complementary color
Monochromatic Colors of #CA939D
Black with #CA939D
Text Example
Text Example
White with #CA939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA939D; }
p { color: rgb(202,147,157); }
H1.HeaderClassName
{
color: #CA939D;
}
.AnyTagClassName
{
color: #CA939D;
}
</style>
background-color css
<style>
a { background-color: #CA939D; }
a { background-color: rgb(202,147,157); }
div.DivClassName
{
background-color: #CA939D;
}
.BgClassName
{
background-color: #CA939D;
}
</style>
border-color css
<style>
span { border-color: #CA939D; }
span { border-color: rgb(202,147,157); }
td.TdClassName
{
border-color: #CA939D;
}
.TagClassName
{
border-color: #CA939D;
}
</style>