#C2858B

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

Shades of Puce #C2858B

Tints of Puce #C2858B

Color information

#C2858B (or 0xC2858B) is unknown color: approx Puce. HEX triplet: C2, 85 and 8B. RGB value is (194,133,139). Sum of RGB (Red+Green+Blue) = 194+133+139=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2858B is #3D7A74. Grayscale: #979797. Windows color (decimal): -4029045 or 9143746. OLE color: 9143746.

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

Color convert

RGB194133139-
CMYK00.310.280.24
HSL354.1º33.33%64.12%-
HSV(B)354.1º31.44%76.08%-
XYZ35.330.1128.38-
YUV151.92120.71158.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=41.63%
G=28.54%
B=29.83%

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
Decimal19413313900.310.280.24354.133.3364.12
HexC2858B01F1C181622140
Octal302205213037343054241100
Binary11000010100001011000101101111111100110001011000101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2858B; }

 p { color: rgb(194,133,139); }

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

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

 a { background-color: rgb(194,133,139); }

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

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

 span { border-color: rgb(194,133,139); }

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