#C1868E

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

Shades of Puce #C1868E

Tints of Puce #C1868E

Color information

#C1868E (or 0xC1868E) is unknown color: approx Puce. HEX triplet: C1, 86 and 8E. RGB value is (193,134,142). Sum of RGB (Red+Green+Blue) = 193+134+142=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1868E is #3E7971. Grayscale: #989898. Windows color (decimal): -4094322 or 9340609. OLE color: 9340609.

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

Color convert

RGB193134142-
CMYK00.310.260.24
HSL351.86º32.24%64.12%-
HSV(B)351.86º30.57%75.69%-
XYZ35.430.3429.58-
YUV152.55122.05156.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=41.15%
G=28.57%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313414200.310.260.24351.8632.2464.12
HexC1868E01F1A181602040
Octal301206216037323054040100
Binary11000001100001101000111001111111010110001011000001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1868E; }

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

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

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

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

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

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

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

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