Shades of Careys Pink #D3969A
Tints of Careys Pink #D3969A
RGB
CMYK
RGB Variations
Color information
#D3969A (or 0xD3969A) is known color: Careys Pink. HEX triplet: D3, 96 and 9A. RGB value is (211,150,154). Sum of RGB (Red+Green+Blue) = 211+150+154=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D3969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3969A is #2C6965. Grayscale: #A8A8A8. Windows color (decimal): -2910566 or 10131155. OLE color: 10131155.
HSL color Cylindrical-coordinate representation of color #D3969A: hue angle of 356.07º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3969A is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 154 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.17 |
| HSL | 356.07º | 0.41% | 0.71% | - |
| HSV(B) | 356.07º | 0.29% | 0.83% | - |
| XYZ | 43.6 | 37.99 | 35.61 | - |
| YUV | 168.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 154 | 0 | 0.29 | 0.27 | 0.17 | 356.07 | 0.41 | 0.71 |
| Hex | D3 | 96 | 9A | 0 | 1D | 1B | 11 | 164 | 29 | 47 |
| Octal | 323 | 226 | 232 | 0 | 35 | 33 | 21 | 544 | 51 | 107 |
| Binary | 11010011 | 10010110 | 10011010 | 0 | 11101 | 11011 | 10001 | 101100100 | 101001 | 1000111 |
Color Harmonies of #D3969A
Complementary color
Monochromatic Colors of #D3969A
Black with #D3969A
Text Example
Text Example
White with #D3969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3969A; }
p { color: rgb(211,150,154); }
H1.HeaderClassName
{
color: #D3969A;
}
.AnyTagClassName
{
color: #D3969A;
}
</style>
background-color css
<style>
a { background-color: #D3969A; }
a { background-color: rgb(211,150,154); }
div.DivClassName
{
background-color: #D3969A;
}
.BgClassName
{
background-color: #D3969A;
}
</style>
border-color css
<style>
span { border-color: #D3969A; }
span { border-color: rgb(211,150,154); }
td.TdClassName
{
border-color: #D3969A;
}
.TagClassName
{
border-color: #D3969A;
}
</style>