Shades of Oriental Pink #C38682
Tints of Oriental Pink #C38682
RGB
CMYK
RGB Variations
Color information
#C38682 (or 0xC38682) is known color: Oriental Pink. HEX triplet: C3, 86 and 82. RGB value is (195,134,130). Sum of RGB (Red+Green+Blue) = 195+134+130=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C38682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38682 is #3C797D. Grayscale: #979797. Windows color (decimal): -3963262 or 8554179. OLE color: 8554179.
HSL color Cylindrical-coordinate representation of color #C38682: hue angle of 3.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38682 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 130 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.24 |
| HSL | 3.69º | 0.35% | 0.64% | - |
| HSV(B) | 3.69º | 0.33% | 0.76% | - |
| XYZ | 35.06 | 30.26 | 25.11 | - |
| YUV | 151.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 130 | 0 | 0.31 | 0.33 | 0.24 | 3.69 | 0.35 | 0.64 |
| Hex | C3 | 86 | 82 | 0 | 1F | 21 | 18 | 4 | 23 | 40 |
| Octal | 303 | 206 | 202 | 0 | 37 | 41 | 30 | 4 | 43 | 100 |
| Binary | 11000011 | 10000110 | 10000010 | 0 | 11111 | 100001 | 11000 | 100 | 100011 | 1000000 |
Color Harmonies of #C38682
Complementary color
Monochromatic Colors of #C38682
Black with #C38682
Text Example
Text Example
White with #C38682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38682; }
p { color: rgb(195,134,130); }
H1.HeaderClassName
{
color: #C38682;
}
.AnyTagClassName
{
color: #C38682;
}
</style>
background-color css
<style>
a { background-color: #C38682; }
a { background-color: rgb(195,134,130); }
div.DivClassName
{
background-color: #C38682;
}
.BgClassName
{
background-color: #C38682;
}
</style>
border-color css
<style>
span { border-color: #C38682; }
span { border-color: rgb(195,134,130); }
td.TdClassName
{
border-color: #C38682;
}
.TagClassName
{
border-color: #C38682;
}
</style>