Shades of Oriental Pink #C68985
Tints of Oriental Pink #C68985
RGB
CMYK
RGB Variations
Color information
#C68985 (or 0xC68985) is known color: Oriental Pink. HEX triplet: C6, 89 and 85. RGB value is (198,137,133). Sum of RGB (Red+Green+Blue) = 198+137+133=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C68985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68985 is #39767A. Grayscale: #9A9A9A. Windows color (decimal): -3765883 or 8751558. OLE color: 8751558.
HSL color Cylindrical-coordinate representation of color #C68985: hue angle of 3.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68985 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 133 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.22 |
| HSL | 3.69º | 0.36% | 0.65% | - |
| HSV(B) | 3.69º | 0.33% | 0.78% | - |
| XYZ | 36.47 | 31.59 | 26.37 | - |
| YUV | 154.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 133 | 0 | 0.31 | 0.33 | 0.22 | 3.69 | 0.36 | 0.65 |
| Hex | C6 | 89 | 85 | 0 | 1F | 21 | 16 | 4 | 24 | 41 |
| Octal | 306 | 211 | 205 | 0 | 37 | 41 | 26 | 4 | 44 | 101 |
| Binary | 11000110 | 10001001 | 10000101 | 0 | 11111 | 100001 | 10110 | 100 | 100100 | 1000001 |
Color Harmonies of #C68985
Complementary color
Monochromatic Colors of #C68985
Black with #C68985
Text Example
Text Example
White with #C68985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68985; }
p { color: rgb(198,137,133); }
H1.HeaderClassName
{
color: #C68985;
}
.AnyTagClassName
{
color: #C68985;
}
</style>
background-color css
<style>
a { background-color: #C68985; }
a { background-color: rgb(198,137,133); }
div.DivClassName
{
background-color: #C68985;
}
.BgClassName
{
background-color: #C68985;
}
</style>
border-color css
<style>
span { border-color: #C68985; }
span { border-color: rgb(198,137,133); }
td.TdClassName
{
border-color: #C68985;
}
.TagClassName
{
border-color: #C68985;
}
</style>