#C1858D

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

Shades of Puce #C1858D

Tints of Puce #C1858D

Color information

#C1858D (or 0xC1858D) is unknown color: approx Puce. HEX triplet: C1, 85 and 8D. RGB value is (193,133,141). Sum of RGB (Red+Green+Blue) = 193+133+141=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1858D is #3E7A72. Grayscale: #979797. Windows color (decimal): -4094579 or 9274817. OLE color: 9274817.

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

Color convert

RGB193133141-
CMYK00.310.270.24
HSL352º32.61%63.92%-
HSV(B)352º31.09%75.69%-
XYZ35.1930.0429.14-
YUV151.85121.88157.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=41.33%
G=28.48%
B=30.19%

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
Decimal19313314100.310.270.2435232.6163.92
HexC1858D01F1B181602140
Octal301205215037333054041100
Binary11000001100001011000110101111111011110001011000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1858D; }

 p { color: rgb(193,133,141); }

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

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

 a { background-color: rgb(193,133,141); }

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

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

 span { border-color: rgb(193,133,141); }

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