#C2819C

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

Shades of Puce #C2819C

Tints of Puce #C2819C

Color information

#C2819C (or 0xC2819C) is unknown color: approx Puce. HEX triplet: C2, 81 and 9C. RGB value is (194,129,156). Sum of RGB (Red+Green+Blue) = 194+129+156=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819C is #3D7E63. Grayscale: #979797. Windows color (decimal): -4030052 or 10256834. OLE color: 10256834.

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

Color convert

RGB194129156-
CMYK00.340.200.24
HSL335.08º34.76%63.33%-
HSV(B)335.08º33.51%76.08%-
XYZ36.129.5735.26-
YUV151.51130.53158.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=40.50%
G=26.93%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412915600.340.200.24335.0834.7663.33
HexC2819C022141814f233f
Octal30220123404224305174377
Binary11000010100000011001110001000101010011000101001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2819C; }

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

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

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

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

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

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

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

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