Shades of Careys Pink #CDA7B0
Tints of Careys Pink #CDA7B0
RGB
CMYK
RGB Variations
Color information
#CDA7B0 (or 0xCDA7B0) is known color: Careys Pink. HEX triplet: CD, A7 and B0. RGB value is (205,167,176). Sum of RGB (Red+Green+Blue) = 205+167+176=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7B0 is #32584F. Grayscale: #B3B3B3. Windows color (decimal): -3299408 or 11577293. OLE color: 11577293.
HSL color Cylindrical-coordinate representation of color #CDA7B0: hue angle of 345.79º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7B0 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 167 | 176 | - |
CMYK | 0 | 0.19 | 0.14 | 0.20 |
HSL | 345.79º | 0.28% | 0.73% | - |
HSV(B) | 345.79º | 0.19% | 0.8% | - |
XYZ | 46.83 | 43.75 | 47.05 | - |
YUV | 179.39 | 126.09 | 146.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 167 | 176 | 0 | 0.19 | 0.14 | 0.20 | 345.79 | 0.28 | 0.73 |
Hex | CD | A7 | B0 | 0 | 13 | E | 14 | 15A | 1C | 49 |
Octal | 315 | 247 | 260 | 0 | 23 | 16 | 24 | 532 | 34 | 111 |
Binary | 11001101 | 10100111 | 10110000 | 0 | 10011 | 1110 | 10100 | 101011010 | 11100 | 1001001 |
Color Harmonies of #CDA7B0
Complementary color
Monochromatic Colors of #CDA7B0
Black with #CDA7B0
Text Example
Text Example
White with #CDA7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7B0; }
p { color: rgb(205,167,176); }
H1.HeaderClassName
{
color: #CDA7B0;
}
.AnyTagClassName
{
color: #CDA7B0;
}
</style>
background-color css
<style>
a { background-color: #CDA7B0; }
a { background-color: rgb(205,167,176); }
div.DivClassName
{
background-color: #CDA7B0;
}
.BgClassName
{
background-color: #CDA7B0;
}
</style>
border-color css
<style>
span { border-color: #CDA7B0; }
span { border-color: rgb(205,167,176); }
td.TdClassName
{
border-color: #CDA7B0;
}
.TagClassName
{
border-color: #CDA7B0;
}
</style>