#C2849A

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

Shades of Puce #C2849A

Tints of Puce #C2849A

Color information

#C2849A (or 0xC2849A) is unknown color: approx Puce. HEX triplet: C2, 84 and 9A. RGB value is (194,132,154). Sum of RGB (Red+Green+Blue) = 194+132+154=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2849A is #3D7B65. Grayscale: #999999. Windows color (decimal): -4029286 or 10126530. OLE color: 10126530.

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

Color convert

RGB194132154-
CMYK00.320.210.24
HSL338.71º33.7%63.92%-
HSV(B)338.71º31.96%76.08%-
XYZ36.3330.334.51-
YUV153.05128.54157.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=40.42%
G=27.5%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413215400.320.210.24338.7133.763.92
HexC2849A02015181532240
Octal302204232040253052342100
Binary110000101000010010011010010000010101110001010100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2849A; }

 p { color: rgb(194,132,154); }

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

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

 a { background-color: rgb(194,132,154); }

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

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

 span { border-color: rgb(194,132,154); }

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