Shades of Puce #C3809B
Tints of Puce #C3809B
RGB
CMYK
RGB Variations
Color information
#C3809B (or 0xC3809B) is known color: Puce. HEX triplet: C3, 80 and 9B. RGB value is (195,128,155). Sum of RGB (Red+Green+Blue) = 195+128+155=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3809B is #3C7F64. Grayscale: #979797. Windows color (decimal): -3964773 or 10191043. OLE color: 10191043.
HSL color Cylindrical-coordinate representation of color #C3809B: hue angle of 335.82º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3809B is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 155 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.24 |
| HSL | 335.82º | 0.36% | 0.63% | - |
| HSV(B) | 335.82º | 0.34% | 0.76% | - |
| XYZ | 36.14 | 29.41 | 34.78 | - |
| YUV | 151.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 155 | 0 | 0.34 | 0.21 | 0.24 | 335.82 | 0.36 | 0.63 |
| Hex | C3 | 80 | 9B | 0 | 22 | 15 | 18 | 150 | 24 | 3F |
| Octal | 303 | 200 | 233 | 0 | 42 | 25 | 30 | 520 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10011011 | 0 | 100010 | 10101 | 11000 | 101010000 | 100100 | 111111 |
Color Harmonies of #C3809B
Complementary color
Monochromatic Colors of #C3809B
Black with #C3809B
Text Example
Text Example
White with #C3809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3809B; }
p { color: rgb(195,128,155); }
H1.HeaderClassName
{
color: #C3809B;
}
.AnyTagClassName
{
color: #C3809B;
}
</style>
background-color css
<style>
a { background-color: #C3809B; }
a { background-color: rgb(195,128,155); }
div.DivClassName
{
background-color: #C3809B;
}
.BgClassName
{
background-color: #C3809B;
}
</style>
border-color css
<style>
span { border-color: #C3809B; }
span { border-color: rgb(195,128,155); }
td.TdClassName
{
border-color: #C3809B;
}
.TagClassName
{
border-color: #C3809B;
}
</style>