Shades of Charm #C36F88
Tints of Charm #C36F88
RGB
CMYK
RGB Variations
Color information
#C36F88 (or 0xC36F88) is known color: Charm. HEX triplet: C3, 6F and 88. RGB value is (195,111,136). Sum of RGB (Red+Green+Blue) = 195+111+136=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36F88 is #3C9077. Grayscale: #8A8A8A. Windows color (decimal): -3969144 or 8941507. OLE color: 8941507.
HSL color Cylindrical-coordinate representation of color #C36F88: hue angle of 342.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36F88 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 136 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.24 |
| HSL | 342.14º | 0.41% | 0.6% | - |
| HSV(B) | 342.14º | 0.43% | 0.76% | - |
| XYZ | 32.63 | 24.75 | 26.35 | - |
| YUV | 138.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 136 | 0 | 0.43 | 0.30 | 0.24 | 342.14 | 0.41 | 0.6 |
| Hex | C3 | 6F | 88 | 0 | 2B | 1E | 18 | 156 | 29 | 3C |
| Octal | 303 | 157 | 210 | 0 | 53 | 36 | 30 | 526 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10001000 | 0 | 101011 | 11110 | 11000 | 101010110 | 101001 | 111100 |
Color Harmonies of #C36F88
Complementary color
Monochromatic Colors of #C36F88
Black with #C36F88
Text Example
Text Example
White with #C36F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F88; }
p { color: rgb(195,111,136); }
H1.HeaderClassName
{
color: #C36F88;
}
.AnyTagClassName
{
color: #C36F88;
}
</style>
background-color css
<style>
a { background-color: #C36F88; }
a { background-color: rgb(195,111,136); }
div.DivClassName
{
background-color: #C36F88;
}
.BgClassName
{
background-color: #C36F88;
}
</style>
border-color css
<style>
span { border-color: #C36F88; }
span { border-color: rgb(195,111,136); }
td.TdClassName
{
border-color: #C36F88;
}
.TagClassName
{
border-color: #C36F88;
}
</style>