#C1838E

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

Shades of Puce #C1838E

Tints of Puce #C1838E

Color information

#C1838E (or 0xC1838E) is unknown color: approx Puce. HEX triplet: C1, 83 and 8E. RGB value is (193,131,142). Sum of RGB (Red+Green+Blue) = 193+131+142=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1838E is #3E7C71. Grayscale: #969696. Windows color (decimal): -4095090 or 9339841. OLE color: 9339841.

HSL color Cylindrical-coordinate representation of color #C1838E: hue angle of 349.35º 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 #C1838E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193131142-
CMYK00.320.260.24
HSL349.35º33.33%63.53%-
HSV(B)349.35º32.12%75.69%-
XYZ34.9929.5229.45-
YUV150.79123.04158.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=41.42%
G=28.11%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313114200.320.260.24349.3533.3363.53
HexC1838E0201A1815d2140
Octal301203216040323053541100
Binary110000011000001110001110010000011010110001010111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1838E; }

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

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

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

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

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

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

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

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