#C1828E

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

Shades of Puce #C1828E

Tints of Puce #C1828E

Color information

#C1828E (or 0xC1828E) is unknown color: approx Puce. HEX triplet: C1, 82 and 8E. RGB value is (193,130,142). Sum of RGB (Red+Green+Blue) = 193+130+142=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1828E is #3E7D71. Grayscale: #969696. Windows color (decimal): -4095346 or 9339585. OLE color: 9339585.

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

Color convert

RGB193130142-
CMYK00.330.260.24
HSL348.57º33.69%63.33%-
HSV(B)348.57º32.64%75.69%-
XYZ34.8629.2629.4-
YUV150.2123.37158.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=41.51%
G=27.96%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313014200.330.260.24348.5733.6963.33
HexC1828E0211A1815d223f
Octal30120221604132305354277
Binary11000001100000101000111001000011101011000101011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1828E; }

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

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

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

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

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

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

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

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