#C1858E

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

Shades of Puce #C1858E

Tints of Puce #C1858E

Color information

#C1858E (or 0xC1858E) is unknown color: approx Puce. HEX triplet: C1, 85 and 8E. RGB value is (193,133,142). Sum of RGB (Red+Green+Blue) = 193+133+142=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1858E is #3E7A71. Grayscale: #979797. Windows color (decimal): -4094578 or 9340353. OLE color: 9340353.

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

Color convert

RGB193133142-
CMYK00.310.260.24
HSL351º32.61%63.92%-
HSV(B)351º31.09%75.69%-
XYZ35.2630.0729.54-
YUV151.97122.38157.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=41.24%
G=28.42%
B=30.34%

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
Decimal19313314200.310.260.2435132.6163.92
HexC1858E01F1A1815f2140
Octal301205216037323053741100
Binary11000001100001011000111001111111010110001010111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1858E; }

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

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

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

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

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

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

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

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