Shades of Careys Pink #C68F92
Tints of Careys Pink #C68F92
RGB
CMYK
RGB Variations
Color information
#C68F92 (or 0xC68F92) is known color: Careys Pink. HEX triplet: C6, 8F and 92. RGB value is (198,143,146). Sum of RGB (Red+Green+Blue) = 198+143+146=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F92 is #39706D. Grayscale: #9F9F9F. Windows color (decimal): -3764334 or 9605062. OLE color: 9605062.
HSL color Cylindrical-coordinate representation of color #C68F92: hue angle of 356.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68F92 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 146 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.22 |
| HSL | 356.73º | 0.33% | 0.67% | - |
| HSV(B) | 356.73º | 0.28% | 0.78% | - |
| XYZ | 38.3 | 33.73 | 31.69 | - |
| YUV | 159.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 146 | 0 | 0.28 | 0.26 | 0.22 | 356.73 | 0.33 | 0.67 |
| Hex | C6 | 8F | 92 | 0 | 1C | 1A | 16 | 165 | 21 | 43 |
| Octal | 306 | 217 | 222 | 0 | 34 | 32 | 26 | 545 | 41 | 103 |
| Binary | 11000110 | 10001111 | 10010010 | 0 | 11100 | 11010 | 10110 | 101100101 | 100001 | 1000011 |
Color Harmonies of #C68F92
Complementary color
Monochromatic Colors of #C68F92
Black with #C68F92
Text Example
Text Example
White with #C68F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F92; }
p { color: rgb(198,143,146); }
H1.HeaderClassName
{
color: #C68F92;
}
.AnyTagClassName
{
color: #C68F92;
}
</style>
background-color css
<style>
a { background-color: #C68F92; }
a { background-color: rgb(198,143,146); }
div.DivClassName
{
background-color: #C68F92;
}
.BgClassName
{
background-color: #C68F92;
}
</style>
border-color css
<style>
span { border-color: #C68F92; }
span { border-color: rgb(198,143,146); }
td.TdClassName
{
border-color: #C68F92;
}
.TagClassName
{
border-color: #C68F92;
}
</style>