#C1868C

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

Shades of Puce #C1868C

Tints of Puce #C1868C

Color information

#C1868C (or 0xC1868C) is unknown color: approx Puce. HEX triplet: C1, 86 and 8C. RGB value is (193,134,140). Sum of RGB (Red+Green+Blue) = 193+134+140=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1868C is #3E7973. Grayscale: #989898. Windows color (decimal): -4094324 or 9209537. OLE color: 9209537.

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

Color convert

RGB193134140-
CMYK00.310.270.24
HSL353.9º32.24%64.12%-
HSV(B)353.9º30.57%75.69%-
XYZ35.2530.2828.8-
YUV152.33121.05157.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=41.33%
G=28.69%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313414000.310.270.24353.932.2464.12
HexC1868C01F1B181622040
Octal301206214037333054240100
Binary11000001100001101000110001111111011110001011000101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1868C; }

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

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

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

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

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

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

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

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