#CA8690

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

Shades of Puce #CA8690

Tints of Puce #CA8690

Color information

#CA8690 (or 0xCA8690) is unknown color: approx Puce. HEX triplet: CA, 86 and 90. RGB value is (202,134,144). Sum of RGB (Red+Green+Blue) = 202+134+144=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8690 is #35796F. Grayscale: #9B9B9B. Windows color (decimal): -3504496 or 9471690. OLE color: 9471690.

HSL color Cylindrical-coordinate representation of color #CA8690: hue angle of 351.18º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8690 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202134144-
CMYK00.340.290.21
HSL351.18º39.08%65.88%-
HSV(B)351.18º33.66%79.22%-
XYZ37.9231.6230.49-
YUV155.47121.53161.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 144 (56.64% from 255) = 30%
R=42.08%
G=27.92%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213414400.340.290.21351.1839.0865.88
HexCA86900221D1515f2742
Octal312206220042352553747102
Binary110010101000011010010000010001011101101011010111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8690; }

 p { color: rgb(202,134,144); }

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

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

 a { background-color: rgb(202,134,144); }

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

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

 span { border-color: rgb(202,134,144); }

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