#C2819A

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

Shades of Puce #C2819A

Tints of Puce #C2819A

Color information

#C2819A (or 0xC2819A) is unknown color: approx Puce. HEX triplet: C2, 81 and 9A. RGB value is (194,129,154). Sum of RGB (Red+Green+Blue) = 194+129+154=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819A is #3D7E65. Grayscale: #979797. Windows color (decimal): -4030054 or 10125762. OLE color: 10125762.

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

Color convert

RGB194129154-
CMYK00.340.210.24
HSL336.92º34.76%63.33%-
HSV(B)336.92º33.51%76.08%-
XYZ35.9329.534.37-
YUV151.28129.53158.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=40.67%
G=27.04%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412915400.340.210.24336.9234.7663.33
HexC2819A0221518151233f
Octal30220123204225305214377
Binary11000010100000011001101001000101010111000101010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2819A; }

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

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

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

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

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

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

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

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