#C1858A

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

Shades of Puce #C1858A

Tints of Puce #C1858A

Color information

#C1858A (or 0xC1858A) is unknown color: approx Puce. HEX triplet: C1, 85 and 8A. RGB value is (193,133,138). Sum of RGB (Red+Green+Blue) = 193+133+138=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1858A is #3E7A75. Grayscale: #979797. Windows color (decimal): -4094582 or 9078209. OLE color: 9078209.

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

Color convert

RGB193133138-
CMYK00.310.280.24
HSL355º32.61%63.92%-
HSV(B)355º31.09%75.69%-
XYZ34.9729.9527.98-
YUV151.51120.38157.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=41.59%
G=28.66%
B=29.74%

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
Decimal19313313800.310.280.2435532.6163.92
HexC1858A01F1C181632140
Octal301205212037343054341100
Binary11000001100001011000101001111111100110001011000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1858A; }

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

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

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

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

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

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

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

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