Shades of Eunry #C69D9B
Tints of Eunry #C69D9B
RGB
CMYK
RGB Variations
Color information
#C69D9B (or 0xC69D9B) is known color: Eunry. HEX triplet: C6, 9D and 9B. RGB value is (198,157,155). Sum of RGB (Red+Green+Blue) = 198+157+155=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D9B is #396264. Grayscale: #A9A9A9. Windows color (decimal): -3760741 or 10198470. OLE color: 10198470.
HSL color Cylindrical-coordinate representation of color #C69D9B: hue angle of 2.79º 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 #C69D9B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 155 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.22 |
| HSL | 2.79º | 0.27% | 0.69% | - |
| HSV(B) | 2.79º | 0.22% | 0.78% | - |
| XYZ | 41.26 | 38.49 | 36.26 | - |
| YUV | 169.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 155 | 0 | 0.21 | 0.22 | 0.22 | 2.79 | 0.27 | 0.69 |
| Hex | C6 | 9D | 9B | 0 | 15 | 16 | 16 | 3 | 1B | 45 |
| Octal | 306 | 235 | 233 | 0 | 25 | 26 | 26 | 3 | 33 | 105 |
| Binary | 11000110 | 10011101 | 10011011 | 0 | 10101 | 10110 | 10110 | 11 | 11011 | 1000101 |
Color Harmonies of #C69D9B
Complementary color
Monochromatic Colors of #C69D9B
Black with #C69D9B
Text Example
Text Example
White with #C69D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D9B; }
p { color: rgb(198,157,155); }
H1.HeaderClassName
{
color: #C69D9B;
}
.AnyTagClassName
{
color: #C69D9B;
}
</style>
background-color css
<style>
a { background-color: #C69D9B; }
a { background-color: rgb(198,157,155); }
div.DivClassName
{
background-color: #C69D9B;
}
.BgClassName
{
background-color: #C69D9B;
}
</style>
border-color css
<style>
span { border-color: #C69D9B; }
span { border-color: rgb(198,157,155); }
td.TdClassName
{
border-color: #C69D9B;
}
.TagClassName
{
border-color: #C69D9B;
}
</style>