Shades of Careys Pink #C99DA7
Tints of Careys Pink #C99DA7
RGB
CMYK
RGB Variations
Color information
#C99DA7 (or 0xC99DA7) is known color: Careys Pink. HEX triplet: C9, 9D and A7. RGB value is (201,157,167). Sum of RGB (Red+Green+Blue) = 201+157+167=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DA7 is #366258. Grayscale: #ABABAB. Windows color (decimal): -3564121 or 10984905. OLE color: 10984905.
HSL color Cylindrical-coordinate representation of color #C99DA7: hue angle of 346.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DA7 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 157 | 167 | - |
CMYK | 0 | 0.22 | 0.17 | 0.21 |
HSL | 346.36º | 0.29% | 0.7% | - |
HSV(B) | 346.36º | 0.22% | 0.79% | - |
XYZ | 43.12 | 39.32 | 41.88 | - |
YUV | 171.3 | 125.58 | 149.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 157 | 167 | 0 | 0.22 | 0.17 | 0.21 | 346.36 | 0.29 | 0.7 |
Hex | C9 | 9D | A7 | 0 | 16 | 11 | 15 | 15A | 1D | 46 |
Octal | 311 | 235 | 247 | 0 | 26 | 21 | 25 | 532 | 35 | 106 |
Binary | 11001001 | 10011101 | 10100111 | 0 | 10110 | 10001 | 10101 | 101011010 | 11101 | 1000110 |
Color Harmonies of #C99DA7
Complementary color
Monochromatic Colors of #C99DA7
Black with #C99DA7
Text Example
Text Example
White with #C99DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DA7; }
p { color: rgb(201,157,167); }
H1.HeaderClassName
{
color: #C99DA7;
}
.AnyTagClassName
{
color: #C99DA7;
}
</style>
background-color css
<style>
a { background-color: #C99DA7; }
a { background-color: rgb(201,157,167); }
div.DivClassName
{
background-color: #C99DA7;
}
.BgClassName
{
background-color: #C99DA7;
}
</style>
border-color css
<style>
span { border-color: #C99DA7; }
span { border-color: rgb(201,157,167); }
td.TdClassName
{
border-color: #C99DA7;
}
.TagClassName
{
border-color: #C99DA7;
}
</style>