#CA878A

Color #CA878A Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CA878A

Tints of Puce #CA878A

Color information

#CA878A (or 0xCA878A) is unknown color: approx Puce. HEX triplet: CA, 87 and 8A. RGB value is (202,135,138). Sum of RGB (Red+Green+Blue) = 202+135+138=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA878A is #357875. Grayscale: #9B9B9B. Windows color (decimal): -3504246 or 9078730. OLE color: 9078730.

HSL color Cylindrical-coordinate representation of color #CA878A: hue angle of 357.31º 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 #CA878A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202135138-
CMYK00.330.320.21
HSL357.31º38.73%66.08%-
HSV(B)357.31º33.17%79.22%-
XYZ37.6131.7228.19-
YUV155.37118.2161.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=42.53%
G=28.42%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213513800.330.320.21357.3138.7366.08
HexCA878A02120151652742
Octal312207212041402554547102
Binary1100101010000111100010100100001100000101011011001011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA878A; }

 p { color: rgb(202,135,138); }

 H1.HeaderClassName
 {
   color: #CA878A;
 }
 .AnyTagClassName
 {
   color: #CA878A;
 }
</style>
background-color css

<style>
 a { background-color: #CA878A; }

 a { background-color: rgb(202,135,138); }

 div.DivClassName
 {
   background-color: #CA878A;
 }
 .BgClassName
 {
   background-color: #CA878A;
 }
</style>
border-color css

<style>
 span { border-color: #CA878A; }

 span { border-color: rgb(202,135,138); }

 td.TdClassName
 {
   border-color: #CA878A;
 }
 .TagClassName
 {
   border-color: #CA878A;
 }
</style>