Shades of Careys Pink #C69C9F
Tints of Careys Pink #C69C9F
RGB
CMYK
RGB Variations
Color information
#C69C9F (or 0xC69C9F) is known color: Careys Pink. HEX triplet: C6, 9C and 9F. RGB value is (198,156,159). Sum of RGB (Red+Green+Blue) = 198+156+159=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C9F is #396360. Grayscale: #A8A8A8. Windows color (decimal): -3760993 or 10460358. OLE color: 10460358.
HSL color Cylindrical-coordinate representation of color #C69C9F: hue angle of 355.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69C9F is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 159 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.22 |
| HSL | 355.71º | 0.27% | 0.69% | - |
| HSV(B) | 355.71º | 0.21% | 0.78% | - |
| XYZ | 41.44 | 38.29 | 38.01 | - |
| YUV | 168.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 159 | 0 | 0.21 | 0.20 | 0.22 | 355.71 | 0.27 | 0.69 |
| Hex | C6 | 9C | 9F | 0 | 15 | 14 | 16 | 164 | 1B | 45 |
| Octal | 306 | 234 | 237 | 0 | 25 | 24 | 26 | 544 | 33 | 105 |
| Binary | 11000110 | 10011100 | 10011111 | 0 | 10101 | 10100 | 10110 | 101100100 | 11011 | 1000101 |
Color Harmonies of #C69C9F
Complementary color
Monochromatic Colors of #C69C9F
Black with #C69C9F
Text Example
Text Example
White with #C69C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C9F; }
p { color: rgb(198,156,159); }
H1.HeaderClassName
{
color: #C69C9F;
}
.AnyTagClassName
{
color: #C69C9F;
}
</style>
background-color css
<style>
a { background-color: #C69C9F; }
a { background-color: rgb(198,156,159); }
div.DivClassName
{
background-color: #C69C9F;
}
.BgClassName
{
background-color: #C69C9F;
}
</style>
border-color css
<style>
span { border-color: #C69C9F; }
span { border-color: rgb(198,156,159); }
td.TdClassName
{
border-color: #C69C9F;
}
.TagClassName
{
border-color: #C69C9F;
}
</style>