Shades of Charm #C27B85
Tints of Charm #C27B85
RGB
CMYK
RGB Variations
Color information
#C27B85 (or 0xC27B85) is known color: Charm. HEX triplet: C2, 7B and 85. RGB value is (194,123,133). Sum of RGB (Red+Green+Blue) = 194+123+133=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B85 is #3D847A. Grayscale: #919191. Windows color (decimal): -4031611 or 8747970. OLE color: 8747970.
HSL color Cylindrical-coordinate representation of color #C27B85: hue angle of 351.55º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27B85 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 133 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.24 |
| HSL | 351.55º | 0.37% | 0.62% | - |
| HSV(B) | 351.55º | 0.37% | 0.76% | - |
| XYZ | 33.56 | 27.33 | 25.7 | - |
| YUV | 145.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 133 | 0 | 0.37 | 0.31 | 0.24 | 351.55 | 0.37 | 0.62 |
| Hex | C2 | 7B | 85 | 0 | 25 | 1F | 18 | 160 | 25 | 3E |
| Octal | 302 | 173 | 205 | 0 | 45 | 37 | 30 | 540 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10000101 | 0 | 100101 | 11111 | 11000 | 101100000 | 100101 | 111110 |
Color Harmonies of #C27B85
Complementary color
Monochromatic Colors of #C27B85
Black with #C27B85
Text Example
Text Example
White with #C27B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B85; }
p { color: rgb(194,123,133); }
H1.HeaderClassName
{
color: #C27B85;
}
.AnyTagClassName
{
color: #C27B85;
}
</style>
background-color css
<style>
a { background-color: #C27B85; }
a { background-color: rgb(194,123,133); }
div.DivClassName
{
background-color: #C27B85;
}
.BgClassName
{
background-color: #C27B85;
}
</style>
border-color css
<style>
span { border-color: #C27B85; }
span { border-color: rgb(194,123,133); }
td.TdClassName
{
border-color: #C27B85;
}
.TagClassName
{
border-color: #C27B85;
}
</style>