Shades of Hopbush #C3668A
Tints of Hopbush #C3668A
RGB
CMYK
RGB Variations
Color information
#C3668A (or 0xC3668A) is known color: Hopbush. HEX triplet: C3, 66 and 8A. RGB value is (195,102,138). Sum of RGB (Red+Green+Blue) = 195+102+138=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3668A is #3C9975. Grayscale: #858585. Windows color (decimal): -3971446 or 9070275. OLE color: 9070275.
HSL color Cylindrical-coordinate representation of color #C3668A: hue angle of 336.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3668A is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 138 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.24 |
| HSL | 336.77º | 0.44% | 0.58% | - |
| HSV(B) | 336.77º | 0.48% | 0.76% | - |
| XYZ | 31.84 | 22.94 | 26.79 | - |
| YUV | 133.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 138 | 0 | 0.48 | 0.29 | 0.24 | 336.77 | 0.44 | 0.58 |
| Hex | C3 | 66 | 8A | 0 | 30 | 1D | 18 | 151 | 2C | 3A |
| Octal | 303 | 146 | 212 | 0 | 60 | 35 | 30 | 521 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10001010 | 0 | 110000 | 11101 | 11000 | 101010001 | 101100 | 111010 |
Color Harmonies of #C3668A
Complementary color
Monochromatic Colors of #C3668A
Black with #C3668A
Text Example
Text Example
White with #C3668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3668A; }
p { color: rgb(195,102,138); }
H1.HeaderClassName
{
color: #C3668A;
}
.AnyTagClassName
{
color: #C3668A;
}
</style>
background-color css
<style>
a { background-color: #C3668A; }
a { background-color: rgb(195,102,138); }
div.DivClassName
{
background-color: #C3668A;
}
.BgClassName
{
background-color: #C3668A;
}
</style>
border-color css
<style>
span { border-color: #C3668A; }
span { border-color: rgb(195,102,138); }
td.TdClassName
{
border-color: #C3668A;
}
.TagClassName
{
border-color: #C3668A;
}
</style>