Shades of Charm #C27283
Tints of Charm #C27283
RGB
CMYK
RGB Variations
Color information
#C27283 (or 0xC27283) is known color: Charm. HEX triplet: C2, 72 and 83. RGB value is (194,114,131). Sum of RGB (Red+Green+Blue) = 194+114+131=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C27283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27283 is #3D8D7C. Grayscale: #8B8B8B. Windows color (decimal): -4033917 or 8614594. OLE color: 8614594.
HSL color Cylindrical-coordinate representation of color #C27283: hue angle of 347.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27283 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 131 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.24 |
| HSL | 347.25º | 0.4% | 0.6% | - |
| HSV(B) | 347.25º | 0.41% | 0.76% | - |
| XYZ | 32.36 | 25.14 | 24.62 | - |
| YUV | 139.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 131 | 0 | 0.41 | 0.32 | 0.24 | 347.25 | 0.4 | 0.6 |
| Hex | C2 | 72 | 83 | 0 | 29 | 20 | 18 | 15B | 28 | 3C |
| Octal | 302 | 162 | 203 | 0 | 51 | 40 | 30 | 533 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10000011 | 0 | 101001 | 100000 | 11000 | 101011011 | 101000 | 111100 |
Color Harmonies of #C27283
Complementary color
Monochromatic Colors of #C27283
Black with #C27283
Text Example
Text Example
White with #C27283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27283; }
p { color: rgb(194,114,131); }
H1.HeaderClassName
{
color: #C27283;
}
.AnyTagClassName
{
color: #C27283;
}
</style>
background-color css
<style>
a { background-color: #C27283; }
a { background-color: rgb(194,114,131); }
div.DivClassName
{
background-color: #C27283;
}
.BgClassName
{
background-color: #C27283;
}
</style>
border-color css
<style>
span { border-color: #C27283; }
span { border-color: rgb(194,114,131); }
td.TdClassName
{
border-color: #C27283;
}
.TagClassName
{
border-color: #C27283;
}
</style>