#C68193

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

Shades of Puce #C68193

Tints of Puce #C68193

Color information

#C68193 (or 0xC68193) is unknown color: approx Puce. HEX triplet: C6, 81 and 93. RGB value is (198,129,147). Sum of RGB (Red+Green+Blue) = 198+129+147=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C68193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68193 is #397E6C. Grayscale: #979797. Windows color (decimal): -3767917 or 9667014. OLE color: 9667014.

HSL color Cylindrical-coordinate representation of color #C68193: hue angle of 344.35º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68193 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB198129147-
CMYK00.350.260.22
HSL344.35º37.7%64.12%-
HSV(B)344.35º34.85%77.65%-
XYZ36.4129.8131.44-
YUV151.68125.36161.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=41.77%
G=27.22%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812914700.350.260.22344.3537.764.12
HexC681930231A161582640
Octal306201223043322653046100
Binary110001101000000110010011010001111010101101010110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68193; }

 p { color: rgb(198,129,147); }

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

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

 a { background-color: rgb(198,129,147); }

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

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

 span { border-color: rgb(198,129,147); }

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