#CA809C

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

Shades of Puce #CA809C

Tints of Puce #CA809C

Color information

#CA809C (or 0xCA809C) is unknown color: approx Puce. HEX triplet: CA, 80 and 9C. RGB value is (202,128,156). Sum of RGB (Red+Green+Blue) = 202+128+156=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809C is #357F63. Grayscale: #999999. Windows color (decimal): -3506020 or 10256586. OLE color: 10256586.

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

Color convert

RGB202128156-
CMYK00.370.230.21
HSL337.3º41.11%64.71%-
HSV(B)337.3º36.63%79.22%-
XYZ38.0830.435.31-
YUV153.32129.52162.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=41.56%
G=26.34%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212815600.370.230.21337.341.1164.71
HexCA809C02517151512941
Octal312200234045272552151101
Binary110010101000000010011100010010110111101011010100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA809C; }

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

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

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

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

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

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

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

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