#CA819C

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

Shades of Puce #CA819C

Tints of Puce #CA819C

Color information

#CA819C (or 0xCA819C) is unknown color: approx Puce. HEX triplet: CA, 81 and 9C. RGB value is (202,129,156). Sum of RGB (Red+Green+Blue) = 202+129+156=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA819C is #357E63. Grayscale: #999999. Windows color (decimal): -3505764 or 10256842. OLE color: 10256842.

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

Color convert

RGB202129156-
CMYK00.360.230.21
HSL337.81º40.78%64.9%-
HSV(B)337.81º36.14%79.22%-
XYZ38.2130.6635.36-
YUV153.9129.18162.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=41.48%
G=26.49%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212915600.360.230.21337.8140.7864.9
HexCA819C02417151522941
Octal312201234044272552251101
Binary110010101000000110011100010010010111101011010100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA819C; }

 p { color: rgb(202,129,156); }

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

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

 a { background-color: rgb(202,129,156); }

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

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

 span { border-color: rgb(202,129,156); }

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