#C1868A

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

Shades of Puce #C1868A

Tints of Puce #C1868A

Color information

#C1868A (or 0xC1868A) is unknown color: approx Puce. HEX triplet: C1, 86 and 8A. RGB value is (193,134,138). Sum of RGB (Red+Green+Blue) = 193+134+138=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1868A is #3E7975. Grayscale: #989898. Windows color (decimal): -4094326 or 9078465. OLE color: 9078465.

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

Color convert

RGB193134138-
CMYK00.310.280.24
HSL355.93º32.24%64.12%-
HSV(B)355.93º30.57%75.69%-
XYZ35.130.2228.03-
YUV152.1120.05157.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=41.51%
G=28.82%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313413800.310.280.24355.9332.2464.12
HexC1868A01F1C181642040
Octal301206212037343054440100
Binary11000001100001101000101001111111100110001011001001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1868A; }

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

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

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

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

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

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

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

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