#C1839A

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

Shades of Puce #C1839A

Tints of Puce #C1839A

Color information

#C1839A (or 0xC1839A) is unknown color: approx Puce. HEX triplet: C1, 83 and 9A. RGB value is (193,131,154). Sum of RGB (Red+Green+Blue) = 193+131+154=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1839A is #3E7C65. Grayscale: #989898. Windows color (decimal): -4095078 or 10126273. OLE color: 10126273.

HSL color Cylindrical-coordinate representation of color #C1839A: hue angle of 337.74º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1839A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193131154-
CMYK00.320.200.24
HSL337.74º33.33%63.53%-
HSV(B)337.74º32.12%75.69%-
XYZ35.9429.934.45-
YUV152.16129.04157.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=40.38%
G=27.41%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313115400.320.200.24337.7433.3363.53
HexC1839A02014181522140
Octal301203232040243052241100
Binary110000011000001110011010010000010100110001010100101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1839A; }

 p { color: rgb(193,131,154); }

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

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

 a { background-color: rgb(193,131,154); }

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

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

 span { border-color: rgb(193,131,154); }

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