#C1828A

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

Shades of Puce #C1828A

Tints of Puce #C1828A

Color information

#C1828A (or 0xC1828A) is unknown color: approx Puce. HEX triplet: C1, 82 and 8A. RGB value is (193,130,138). Sum of RGB (Red+Green+Blue) = 193+130+138=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C1828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1828A is #3E7D75. Grayscale: #959595. Windows color (decimal): -4095350 or 9077441. OLE color: 9077441.

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

Color convert

RGB193130138-
CMYK00.330.280.24
HSL352.38º33.69%63.33%-
HSV(B)352.38º32.64%75.69%-
XYZ34.5629.1427.85-
YUV149.75121.37158.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=41.87%
G=28.20%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313013800.330.280.24352.3833.6963.33
HexC1828A0211C18160223f
Octal30120221204134305404277
Binary11000001100000101000101001000011110011000101100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1828A; }

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

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

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

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

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

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

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

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