#C2839B

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

Shades of Puce #C2839B

Tints of Puce #C2839B

Color information

#C2839B (or 0xC2839B) is unknown color: approx Puce. HEX triplet: C2, 83 and 9B. RGB value is (194,131,155). Sum of RGB (Red+Green+Blue) = 194+131+155=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2839B is #3D7C64. Grayscale: #989898. Windows color (decimal): -4029541 or 10191810. OLE color: 10191810.

HSL color Cylindrical-coordinate representation of color #C2839B: hue angle of 337.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2839B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194131155-
CMYK00.320.200.24
HSL337.14º34.05%63.73%-
HSV(B)337.14º32.47%76.08%-
XYZ36.2830.0734.9-
YUV152.57129.37157.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=40.42%
G=27.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413115500.320.200.24337.1434.0563.73
HexC2839B02014181512240
Octal302203233040243052142100
Binary110000101000001110011011010000010100110001010100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2839B; }

 p { color: rgb(194,131,155); }

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

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

 a { background-color: rgb(194,131,155); }

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

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

 span { border-color: rgb(194,131,155); }

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