Shades of Oriental Pink #C38782
Tints of Oriental Pink #C38782
RGB
CMYK
RGB Variations
Color information
#C38782 (or 0xC38782) is known color: Oriental Pink. HEX triplet: C3, 87 and 82. RGB value is (195,135,130). Sum of RGB (Red+Green+Blue) = 195+135+130=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38782 is #3C787D. Grayscale: #989898. Windows color (decimal): -3963006 or 8554435. OLE color: 8554435.
HSL color Cylindrical-coordinate representation of color #C38782: hue angle of 4.62º 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 #C38782 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 130 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.24 |
| HSL | 4.62º | 0.35% | 0.64% | - |
| HSV(B) | 4.62º | 0.33% | 0.76% | - |
| XYZ | 35.2 | 30.54 | 25.16 | - |
| YUV | 152.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 130 | 0 | 0.31 | 0.33 | 0.24 | 4.62 | 0.35 | 0.64 |
| Hex | C3 | 87 | 82 | 0 | 1F | 21 | 18 | 5 | 23 | 40 |
| Octal | 303 | 207 | 202 | 0 | 37 | 41 | 30 | 5 | 43 | 100 |
| Binary | 11000011 | 10000111 | 10000010 | 0 | 11111 | 100001 | 11000 | 101 | 100011 | 1000000 |
Color Harmonies of #C38782
Complementary color
Monochromatic Colors of #C38782
Black with #C38782
Text Example
Text Example
White with #C38782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38782; }
p { color: rgb(195,135,130); }
H1.HeaderClassName
{
color: #C38782;
}
.AnyTagClassName
{
color: #C38782;
}
</style>
background-color css
<style>
a { background-color: #C38782; }
a { background-color: rgb(195,135,130); }
div.DivClassName
{
background-color: #C38782;
}
.BgClassName
{
background-color: #C38782;
}
</style>
border-color css
<style>
span { border-color: #C38782; }
span { border-color: rgb(195,135,130); }
td.TdClassName
{
border-color: #C38782;
}
.TagClassName
{
border-color: #C38782;
}
</style>