#C2858A

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

Shades of Puce #C2858A

Tints of Puce #C2858A

Color information

#C2858A (or 0xC2858A) is unknown color: approx Puce. HEX triplet: C2, 85 and 8A. RGB value is (194,133,138). Sum of RGB (Red+Green+Blue) = 194+133+138=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2858A is #3D7A75. Grayscale: #979797. Windows color (decimal): -4029046 or 9078210. OLE color: 9078210.

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

Color convert

RGB194133138-
CMYK00.310.290.24
HSL355.08º33.33%64.12%-
HSV(B)355.08º31.44%76.08%-
XYZ35.2230.0827.99-
YUV151.81120.21158.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=41.72%
G=28.60%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413313800.310.290.24355.0833.3364.12
HexC2858A01F1D181632140
Octal302205212037353054341100
Binary11000010100001011000101001111111101110001011000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2858A; }

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

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

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

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

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

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

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

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