Shades of Puce #CB80A5
Tints of Puce #CB80A5
RGB
CMYK
RGB Variations
Color information
#CB80A5 (or 0xCB80A5) is known color: Puce. HEX triplet: CB, 80 and A5. RGB value is (203,128,165). Sum of RGB (Red+Green+Blue) = 203+128+165=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80A5 is #347F5A. Grayscale: #9A9A9A. Windows color (decimal): -3440475 or 10846411. OLE color: 10846411.
HSL color Cylindrical-coordinate representation of color #CB80A5: hue angle of 330.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80A5 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 165 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.20 |
| HSL | 330.4º | 0.42% | 0.65% | - |
| HSV(B) | 330.4º | 0.37% | 0.8% | - |
| XYZ | 39.14 | 30.85 | 39.49 | - |
| YUV | 154.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 165 | 0 | 0.37 | 0.19 | 0.20 | 330.4 | 0.42 | 0.65 |
| Hex | CB | 80 | A5 | 0 | 25 | 13 | 14 | 14A | 2A | 41 |
| Octal | 313 | 200 | 245 | 0 | 45 | 23 | 24 | 512 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10100101 | 0 | 100101 | 10011 | 10100 | 101001010 | 101010 | 1000001 |
Color Harmonies of #CB80A5
Complementary color
Monochromatic Colors of #CB80A5
Black with #CB80A5
Text Example
Text Example
White with #CB80A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80A5; }
p { color: rgb(203,128,165); }
H1.HeaderClassName
{
color: #CB80A5;
}
.AnyTagClassName
{
color: #CB80A5;
}
</style>
background-color css
<style>
a { background-color: #CB80A5; }
a { background-color: rgb(203,128,165); }
div.DivClassName
{
background-color: #CB80A5;
}
.BgClassName
{
background-color: #CB80A5;
}
</style>
border-color css
<style>
span { border-color: #CB80A5; }
span { border-color: rgb(203,128,165); }
td.TdClassName
{
border-color: #CB80A5;
}
.TagClassName
{
border-color: #CB80A5;
}
</style>