Shades of Careys Pink #C69B9C
Tints of Careys Pink #C69B9C
RGB
CMYK
RGB Variations
Color information
#C69B9C (or 0xC69B9C) is known color: Careys Pink. HEX triplet: C6, 9B and 9C. RGB value is (198,155,156). Sum of RGB (Red+Green+Blue) = 198+155+156=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B9C is #396463. Grayscale: #A8A8A8. Windows color (decimal): -3761252 or 10263494. OLE color: 10263494.
HSL color Cylindrical-coordinate representation of color #C69B9C: hue angle of 358.6º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69B9C is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 156 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.22 |
| HSL | 358.6º | 0.27% | 0.69% | - |
| HSV(B) | 358.6º | 0.22% | 0.78% | - |
| XYZ | 41.01 | 37.85 | 36.6 | - |
| YUV | 167.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 156 | 0 | 0.22 | 0.21 | 0.22 | 358.6 | 0.27 | 0.69 |
| Hex | C6 | 9B | 9C | 0 | 16 | 15 | 16 | 167 | 1B | 45 |
| Octal | 306 | 233 | 234 | 0 | 26 | 25 | 26 | 547 | 33 | 105 |
| Binary | 11000110 | 10011011 | 10011100 | 0 | 10110 | 10101 | 10110 | 101100111 | 11011 | 1000101 |
Color Harmonies of #C69B9C
Complementary color
Monochromatic Colors of #C69B9C
Black with #C69B9C
Text Example
Text Example
White with #C69B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B9C; }
p { color: rgb(198,155,156); }
H1.HeaderClassName
{
color: #C69B9C;
}
.AnyTagClassName
{
color: #C69B9C;
}
</style>
background-color css
<style>
a { background-color: #C69B9C; }
a { background-color: rgb(198,155,156); }
div.DivClassName
{
background-color: #C69B9C;
}
.BgClassName
{
background-color: #C69B9C;
}
</style>
border-color css
<style>
span { border-color: #C69B9C; }
span { border-color: rgb(198,155,156); }
td.TdClassName
{
border-color: #C69B9C;
}
.TagClassName
{
border-color: #C69B9C;
}
</style>