Shades of Puce #CA878B
Tints of Puce #CA878B
RGB
CMYK
RGB Variations
Color information
#CA878B (or 0xCA878B) is known color: Puce. HEX triplet: CA, 87 and 8B. RGB value is (202,135,139). Sum of RGB (Red+Green+Blue) = 202+135+139=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA878B is #357874. Grayscale: #9B9B9B. Windows color (decimal): -3504245 or 9144266. OLE color: 9144266.
HSL color Cylindrical-coordinate representation of color #CA878B: hue angle of 356.42º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA878B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 139 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.21 |
| HSL | 356.42º | 0.39% | 0.66% | - |
| HSV(B) | 356.42º | 0.33% | 0.79% | - |
| XYZ | 37.68 | 31.75 | 28.57 | - |
| YUV | 155.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 139 | 0 | 0.33 | 0.31 | 0.21 | 356.42 | 0.39 | 0.66 |
| Hex | CA | 87 | 8B | 0 | 21 | 1F | 15 | 164 | 27 | 42 |
| Octal | 312 | 207 | 213 | 0 | 41 | 37 | 25 | 544 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10001011 | 0 | 100001 | 11111 | 10101 | 101100100 | 100111 | 1000010 |
Color Harmonies of #CA878B
Complementary color
Monochromatic Colors of #CA878B
Black with #CA878B
Text Example
Text Example
White with #CA878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA878B; }
p { color: rgb(202,135,139); }
H1.HeaderClassName
{
color: #CA878B;
}
.AnyTagClassName
{
color: #CA878B;
}
</style>
background-color css
<style>
a { background-color: #CA878B; }
a { background-color: rgb(202,135,139); }
div.DivClassName
{
background-color: #CA878B;
}
.BgClassName
{
background-color: #CA878B;
}
</style>
border-color css
<style>
span { border-color: #CA878B; }
span { border-color: rgb(202,135,139); }
td.TdClassName
{
border-color: #CA878B;
}
.TagClassName
{
border-color: #CA878B;
}
</style>