#C1819C

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

Shades of Puce #C1819C

Tints of Puce #C1819C

Color information

#C1819C (or 0xC1819C) is unknown color: approx Puce. HEX triplet: C1, 81 and 9C. RGB value is (193,129,156). Sum of RGB (Red+Green+Blue) = 193+129+156=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1819C is #3E7E63. Grayscale: #979797. Windows color (decimal): -4095588 or 10256833. OLE color: 10256833.

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

Color convert

RGB193129156-
CMYK00.330.190.24
HSL334.69º34.04%63.14%-
HSV(B)334.69º33.16%75.69%-
XYZ35.8429.4435.25-
YUV151.21130.7157.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=40.38%
G=26.99%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312915600.330.190.24334.6934.0463.14
HexC1819C021131814f223f
Octal30120123404123305174277
Binary11000001100000011001110001000011001111000101001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1819C; }

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

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

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

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

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

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

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

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