Shades of Charm #C27382
Tints of Charm #C27382
RGB
CMYK
RGB Variations
Color information
#C27382 (or 0xC27382) is known color: Charm. HEX triplet: C2, 73 and 82. RGB value is (194,115,130). Sum of RGB (Red+Green+Blue) = 194+115+130=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C27382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27382 is #3D8C7D. Grayscale: #8C8C8C. Windows color (decimal): -4033662 or 8549314. OLE color: 8549314.
HSL color Cylindrical-coordinate representation of color #C27382: hue angle of 348.61º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27382 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 130 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.24 |
| HSL | 348.61º | 0.39% | 0.61% | - |
| HSV(B) | 348.61º | 0.41% | 0.76% | - |
| XYZ | 32.41 | 25.34 | 24.3 | - |
| YUV | 140.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 130 | 0 | 0.41 | 0.33 | 0.24 | 348.61 | 0.39 | 0.61 |
| Hex | C2 | 73 | 82 | 0 | 29 | 21 | 18 | 15D | 27 | 3D |
| Octal | 302 | 163 | 202 | 0 | 51 | 41 | 30 | 535 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10000010 | 0 | 101001 | 100001 | 11000 | 101011101 | 100111 | 111101 |
Color Harmonies of #C27382
Complementary color
Monochromatic Colors of #C27382
Black with #C27382
Text Example
Text Example
White with #C27382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27382; }
p { color: rgb(194,115,130); }
H1.HeaderClassName
{
color: #C27382;
}
.AnyTagClassName
{
color: #C27382;
}
</style>
background-color css
<style>
a { background-color: #C27382; }
a { background-color: rgb(194,115,130); }
div.DivClassName
{
background-color: #C27382;
}
.BgClassName
{
background-color: #C27382;
}
</style>
border-color css
<style>
span { border-color: #C27382; }
span { border-color: rgb(194,115,130); }
td.TdClassName
{
border-color: #C27382;
}
.TagClassName
{
border-color: #C27382;
}
</style>