#C2819E

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

Shades of Puce #C2819E

Tints of Puce #C2819E

Color information

#C2819E (or 0xC2819E) is unknown color: approx Puce. HEX triplet: C2, 81 and 9E. RGB value is (194,129,158). Sum of RGB (Red+Green+Blue) = 194+129+158=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819E is #3D7E61. Grayscale: #979797. Windows color (decimal): -4030050 or 10387906. OLE color: 10387906.

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

Color convert

RGB194129158-
CMYK00.340.190.24
HSL333.23º34.76%63.33%-
HSV(B)333.23º33.51%76.08%-
XYZ36.2729.6436.16-
YUV151.74131.53158.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=40.33%
G=26.82%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412915800.340.190.24333.2334.7663.33
HexC2819E022131814d233f
Octal30220123604223305154377
Binary11000010100000011001111001000101001111000101001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2819E; }

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

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

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

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

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

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

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

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