Shades of Charm #C27B7C
Tints of Charm #C27B7C
RGB
CMYK
RGB Variations
Color information
#C27B7C (or 0xC27B7C) is known color: Charm. HEX triplet: C2, 7B and 7C. RGB value is (194,123,124). Sum of RGB (Red+Green+Blue) = 194+123+124=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B7C is #3D8483. Grayscale: #909090. Windows color (decimal): -4031620 or 8158146. OLE color: 8158146.
HSL color Cylindrical-coordinate representation of color #C27B7C: hue angle of 359.15º 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 #C27B7C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 124 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.24 |
| HSL | 359.15º | 0.37% | 0.62% | - |
| HSV(B) | 359.15º | 0.37% | 0.76% | - |
| XYZ | 32.97 | 27.09 | 22.56 | - |
| YUV | 144.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 124 | 0 | 0.37 | 0.36 | 0.24 | 359.15 | 0.37 | 0.62 |
| Hex | C2 | 7B | 7C | 0 | 25 | 24 | 18 | 167 | 25 | 3E |
| Octal | 302 | 173 | 174 | 0 | 45 | 44 | 30 | 547 | 45 | 76 |
| Binary | 11000010 | 1111011 | 1111100 | 0 | 100101 | 100100 | 11000 | 101100111 | 100101 | 111110 |
Color Harmonies of #C27B7C
Complementary color
Monochromatic Colors of #C27B7C
Black with #C27B7C
Text Example
Text Example
White with #C27B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B7C; }
p { color: rgb(194,123,124); }
H1.HeaderClassName
{
color: #C27B7C;
}
.AnyTagClassName
{
color: #C27B7C;
}
</style>
background-color css
<style>
a { background-color: #C27B7C; }
a { background-color: rgb(194,123,124); }
div.DivClassName
{
background-color: #C27B7C;
}
.BgClassName
{
background-color: #C27B7C;
}
</style>
border-color css
<style>
span { border-color: #C27B7C; }
span { border-color: rgb(194,123,124); }
td.TdClassName
{
border-color: #C27B7C;
}
.TagClassName
{
border-color: #C27B7C;
}
</style>