#CA838E

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

Shades of Puce #CA838E

Tints of Puce #CA838E

Color information

#CA838E (or 0xCA838E) is unknown color: approx Puce. HEX triplet: CA, 83 and 8E. RGB value is (202,131,142). Sum of RGB (Red+Green+Blue) = 202+131+142=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA838E is #357C71. Grayscale: #999999. Windows color (decimal): -3505266 or 9339850. OLE color: 9339850.

HSL color Cylindrical-coordinate representation of color #CA838E: hue angle of 350.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA838E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202131142-
CMYK00.350.300.21
HSL350.7º40.11%65.29%-
HSV(B)350.7º35.15%79.22%-
XYZ37.3630.7429.56-
YUV153.48121.52162.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=42.53%
G=27.58%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213114200.350.300.21350.740.1165.29
HexCA838E0231E1515f2841
Octal312203216043362553750101
Binary110010101000001110001110010001111110101011010111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA838E; }

 p { color: rgb(202,131,142); }

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

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

 a { background-color: rgb(202,131,142); }

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

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

 span { border-color: rgb(202,131,142); }

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